We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5832ff commit b9c4461Copy full SHA for b9c4461
config.h.in
@@ -101,6 +101,9 @@
101
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
102
#undef HAVE_STDARG_PROTOTYPES
103
104
+/* Define if you have POSIX threads */
105
+#undef _POSIX_THREADS
106
+
107
/* Define to empty if the keyword does not work. */
108
#undef signed
109
@@ -258,6 +261,9 @@
258
261
/* Define if you have the nsl library (-lnsl). */
259
262
#undef HAVE_LIBNSL
260
263
264
+/* Define if you have the pthreads library (-lpthreads). */
265
+#undef HAVE_LIBPTHREADS
266
267
/* Define if you have the seq library (-lseq). */
268
#undef HAVE_LIBSEQ
269
0 commit comments