]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Update build environment to fix VPATH support.
[openldap] / acconfig.h
index 660b27cc4013428e6010d37267e70371e95c0055..5fba05cd254193f64d642eb0e52444124ff3d54e 100644 (file)
@@ -1,4 +1,7 @@
 /* acconfig.h
+  Copyright 1998 The OpenLDAP Foundation,  All Rights Reserved.
+  COPYING RESTRICTIONS APPLY, See COPYRIGHT file
+
    Descriptive text for the C preprocessor macros that
    the distributed Autoconf macros can define.
 
 
 
 /* define this if needed to get reentrant functions */
+#ifndef REENTRANT
 #undef REENTRANT
+#endif
+#ifndef _REENTRANT
 #undef _REENTRANT
+#endif
 
 /* define this if needed to get threadsafe functions */
+#ifndef THREADSAFE
 #undef THREADSAFE
+#endif
+#ifndef _THREADSAFE
 #undef _THREADSAFE
+#endif
+#ifndef THREAD_SAFE
 #undef THREAD_SAFE
+#endif
+#ifndef _THREAD_SAFE
 #undef _THREAD_SAFE
+#endif
 
 /* define this if cross compiling */
 #undef CROSS_COMPILING
@@ -22,6 +37,9 @@
 /* define this if toupper() requires tolower() check */
 #undef C_UPPER_LOWER
 
+/* define this to the number of arguments ctime_r() expects
+#undef CTIME_R_NARGS
+
 /* define this if sys_errlist is not defined in stdio.h or errno.h */
 #undef DECL_SYS_ERRLIST
 
 /* define this for LDAP User Interface support */
 #undef LDAP_LIBUI
 
+/* define this to add syslog code */
+#undef LDAP_SYSLOG
+
 /* define this to use DB2 in native mode */
 #undef LDBM_USE_DB2