X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=21d1576c60bebc5d4a807426eee4a4799c3055d3;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hp=c85dfdc9165fc14e8070b3cf5e26342eef880067;hpb=ff35d056d723c9a5ffe728dbba5f1c25e141be04;p=xscreensaver diff --git a/config.h.in b/config.h.in index c85dfdc9..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 @@ -423,6 +429,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -444,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 @@ -467,6 +480,11 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS