summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 110d812..30aa576 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -157,6 +157,9 @@
/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
+/* The number of bytes in a pthread_t. */
+#undef SIZEOF_PTHREAD_T
+
/* Defined to enable large file support when an off_t is bigger than a long
and long long is available and at least as big as an off_t. You may need
to add some flags for configuration and compilation to enable this mode.