summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-23 08:01:33 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-23 08:01:33 +0000
commit50bfc92fc4c13580135b4af10f664395835b0a52 (patch)
treee5285ae8e6029ff5b3a2da5e06742d770c3ecf8e
parent8ec58957b50a2be37a6d36a6dfe0ee47ad884712 (diff)
downloadATCD-50bfc92fc4c13580135b4af10f664395835b0a52.tar.gz
*** empty log message ***
-rw-r--r--ace/config-freebsd-pthread.h2
-rw-r--r--ace/config-freebsd.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h
index d1e1311cdc7..b1eb2a73c4d 100644
--- a/ace/config-freebsd-pthread.h
+++ b/ace/config-freebsd-pthread.h
@@ -22,6 +22,8 @@
#define ACE_LACKS_GETPGID
#define ACE_LACKS_RWLOCK_T
#define ACE_HAS_SIG_MACROS
+#define ACE_HAS_CHARPTR_DL
+
// Platform supports POSIX timers via timestruct_t.
#define ACE_HAS_POSIX_TIME
#define ACE_NEEDS_SYSTIME_H
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 7c81d324656..a067e44b74f 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -22,6 +22,7 @@
#define ACE_LACKS_GETPGID
#define ACE_LACKS_RWLOCK_T
#define ACE_HAS_SIG_MACROS
+#define ACE_HAS_CHARPTR_DL
// This is for 2.1.x only. By default, gcc defines __FreeBSD__ automatically
#if defined(FreeBSD_2_1)