X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=c3dd3756732ed419c6e848d1254e45ed4cc55bbb;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hp=3524ec4fc9a172a263eed360ed7dfbad41f6306a;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/config.h.in b/config.h.in index 3524ec4f..c3dd3756 100644 --- a/config.h.in +++ b/config.h.in @@ -257,6 +257,9 @@ /* Define to 1 if you have the `sigtimedwait' function. */ #undef HAVE_SIGTIMEDWAIT +/* Define to 1 if you have the `sqrtf' function. */ +#undef HAVE_SQRTF + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -289,6 +292,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TERMIOS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H @@ -455,3 +461,6 @@ /* Define to `unsigned int' if does not define. */ #undef size_t + +/* Define to `int' if or does not define. */ +#undef socklen_t