diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 060f41bedb..4a64bec61e 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -220,6 +220,8 @@ #undef HAVE_NATIVE_ICONV #undef HAVE_UNIXSOCKET #undef MMAP_BLACKLIST +#undef HAVE_IMMEDIATE_STRUCTURES +#undef HAVE_CUPS /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -761,6 +763,12 @@ /* Define if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H +/* Define if you have the <cups/cups.h> header file. */ +#undef HAVE_CUPS_CUPS_H + +/* Define if you have the <cups/language.h> header file. */ +#undef HAVE_CUPS_LANGUAGE_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H @@ -983,8 +991,8 @@ /* Define if you have the acl library (-lacl). */ #undef HAVE_LIBACL -/* Define if you have cups installed. */ -#undef HAVE_CUPS +/* Define if you have the cups library (-lcups). */ +#undef HAVE_LIBCUPS /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN |