diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f3c90986..26121c1f 100644 --- a/config.h.in +++ b/config.h.in @@ -101,6 +101,9 @@ /* Define to 1 if you have the <pppd/pppd.h> header file. */ #undef HAVE_PPPD_PPPD_H +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + /* Have PTHREAD_PRIO_INHERIT. */ #undef HAVE_PTHREAD_PRIO_INHERIT |