Skip to content

Commit b9c4461

Browse files
committed
Derived changes after change to configure.in
1 parent c5832ff commit b9c4461

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
102102
#undef HAVE_STDARG_PROTOTYPES
103103

104+
/* Define if you have POSIX threads */
105+
#undef _POSIX_THREADS
106+
104107
/* Define to empty if the keyword does not work. */
105108
#undef signed
106109

@@ -258,6 +261,9 @@
258261
/* Define if you have the nsl library (-lnsl). */
259262
#undef HAVE_LIBNSL
260263

264+
/* Define if you have the pthreads library (-lpthreads). */
265+
#undef HAVE_LIBPTHREADS
266+
261267
/* Define if you have the seq library (-lseq). */
262268
#undef HAVE_LIBSEQ
263269

0 commit comments

Comments
 (0)