summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 04:33:49 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 04:33:49 +0000
commitaa8f2b767352dc00dbc3662ed62d4bbf45adda4d (patch)
treeddbbbe925d6c983b78aa9197d28fe12945f081a2
parenteec33c23a2616f38200e64077c5edb23922d3f19 (diff)
downloadATCD-aa8f2b767352dc00dbc3662ed62d4bbf45adda4d.tar.gz
Added ACE_HAS_GPERF.
-rw-r--r--ace/config-freebsd-pthread.h2
-rw-r--r--ace/config-freebsd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h
index 123fd93c8a1..57e4cd77fd2 100644
--- a/ace/config-freebsd-pthread.h
+++ b/ace/config-freebsd-pthread.h
@@ -32,6 +32,8 @@
#define _THREAD_SAFE
#endif /* _THREAD_SAFE */
+#define ACE_HAS_GPERF
+
#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
#define ACE_LACKS_GETPGID
#define ACE_LACKS_RWLOCK_T
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 8882c32d98b..c860efd7b55 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -26,6 +26,8 @@
# include "ace/config-g++-common.h"
#endif /* __GNUG__ */
+#define ACE_HAS_GPERF
+
// Platform specific directives
#define ACE_LACKS_GETPGID
#define ACE_LACKS_RWLOCK_T