]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Update build environment to fix VPATH support.
[openldap] / acconfig.h
index 7280eef9139b66e272f98292327dcc3cf5d308cf..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