X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=c85dfdc9165fc14e8070b3cf5e26342eef880067;hb=2762a7d7cf8d83e68b8f635941f6609119d630ae;hp=0905154df62e9f485af9546cbb50dfbe196afbf4;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/config.h.in b/config.h.in index 0905154d..c85dfdc9 100644 --- a/config.h.in +++ b/config.h.in @@ -103,6 +103,9 @@ /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD +/* Define this if you have the getifaddrs() function. */ +#undef HAVE_GETIFADDRS + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -464,6 +467,12 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const