X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=21d1576c60bebc5d4a807426eee4a4799c3055d3;hp=0a1af872f4e1c0334aa6e7c70b100c14e8567c00;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hpb=3f1091236d800c43a3124c44c7da54e53f205b13 diff --git a/config.h.in b/config.h.in index 0a1af872..21d1576c 100644 --- a/config.h.in +++ b/config.h.in @@ -231,6 +231,12 @@ examined to determine when keyboard activity has occurred. */ #undef HAVE_PROC_INTERRUPTS +/* Define this if your system supports POSIX threads. */ +#undef HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if you have the header file. */ #undef HAVE_PTY_H @@ -447,6 +453,10 @@ /* Set the name of the password helper program, if any */ #undef PASSWD_HELPER_PROGRAM +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE