summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c57e882..67f61e0 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -35,6 +35,9 @@
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
+/* Define to force use of thread-safe errno, h_errno, and other functions */
+#undef _REENTRANT
+
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG