]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Update build environment to fix VPATH support.
[openldap] / acconfig.h
index a4a0fe94d0baa77bfb69808eb292db7977edd4a3..5fba05cd254193f64d642eb0e52444124ff3d54e 100644 (file)
 
 
 /* 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
@@ -25,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