diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-23 03:40:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-23 03:40:40 +0000 |
commit | 445a52ebb0cdbc5fff47559f70c2000283da9611 (patch) | |
tree | c1d6b9951c984faf2e6ed2262a7d8cb7cb39ecd0 /source3/include | |
parent | e4021785fff63c39d76b6da26bdf956eca8e43b4 (diff) | |
download | samba-445a52ebb0cdbc5fff47559f70c2000283da9611.tar.gz samba-445a52ebb0cdbc5fff47559f70c2000283da9611.tar.bz2 samba-445a52ebb0cdbc5fff47559f70c2000283da9611.zip |
reran configure
(This used to be commit 54c7ad47e13d92efd4c4dae2654e2e62927487e5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index ac28c0856c..e1332a21a7 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -285,6 +285,8 @@ #undef _GNU_SOURCE #endif +#undef LDAP_SET_REBIND_PROC_ARGS + /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -645,6 +647,9 @@ /* Define if you have the innetgr function. */ #undef HAVE_INNETGR +/* Define if you have the ldap_set_rebind_proc function. */ +#undef HAVE_LDAP_SET_REBIND_PROC + /* Define if you have the link function. */ #undef HAVE_LINK @@ -873,12 +878,6 @@ /* 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 @@ -1125,9 +1124,6 @@ /* Define if you have the acl library (-lacl). */ #undef HAVE_LIBACL -/* Define if you have the cups library (-lcups). */ -#undef HAVE_LIBCUPS - /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN |