diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 068a8b1..36f3ab7 100644 --- a/config.h.in +++ b/config.h.in @@ -33,6 +33,9 @@ /* fam.h */ #undef HAVE_FAM_H +/* Define to 1 if you have the <fastcgi/fastcgi.h> header file. */ +#undef HAVE_FASTCGI_FASTCGI_H + /* Define to 1 if you have the <fastcgi.h> header file. */ #undef HAVE_FASTCGI_H @@ -331,6 +334,15 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* libuuid */ +#undef HAVE_UUID + +/* uuid/uuid.h is available */ +#undef HAVE_UUID_H + +/* Define to 1 if you have the <uuid/uuid.h> header file. */ +#undef HAVE_UUID_UUID_H + /* Define to 1 if you have the <valgrind/valgrind.h> header file. */ #undef HAVE_VALGRIND_VALGRIND_H |