diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 09:44:12 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 09:44:12 +0000 |
commit | beff1d2beaf4337dba6bfc372c5e09a43cfd791a (patch) | |
tree | 5242c4139ea7cb9ce4e66257784b9e900c3e9c3c /source/acconfig.h | |
parent | e8bd42edc05226d49ab0b6768f898d883fcf8d1a (diff) | |
download | samba-beff1d2beaf4337dba6bfc372c5e09a43cfd791a.tar.gz samba-beff1d2beaf4337dba6bfc372c5e09a43cfd791a.tar.xz samba-beff1d2beaf4337dba6bfc372c5e09a43cfd791a.zip |
Add the ability to display Samba's build options with smbd -b and as a level 4
DEBUG(). Also included are details like build date/time, location and
compiler.
This should get most of the options we set, except those that don't affect
smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD.
This work due to Vance Lankhaar <vlankhaar@hotmail.com>
Some work needs to be done to make it only rebuild when needed (ie smbd being
rebuilt) but its in pretty good shape already.
Also fix up some printf() -> d_printf().
Andrew Bartlett
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index f428f79beec..ef40065c507 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -59,6 +59,7 @@ #undef WITH_SYSLOG #undef WITH_PROFILE #undef WITH_SSL +#undef SSL_DIR #undef WITH_LDAP #undef WITH_NISPLUS #undef WITH_TDBPWD @@ -66,6 +67,8 @@ #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT #undef WITH_SMBMOUNT +#undef WITH_QUOTAS +#undef WITH_WINBIND #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_GETPASS #undef REPLACE_INET_NTOA @@ -76,6 +79,7 @@ #undef WITH_NETATALK #undef WITH_UTMP #undef WITH_MSDFS +#undef WITH_LIBICONV #undef HAVE_INO64_T #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T @@ -93,6 +97,8 @@ #undef HAVE_UINT32_FROM_RPC_RPC_H #undef KRB4_AUTH #undef KRB5_AUTH +#undef KRB4_DIR +#undef KRB5_DIR #undef SEEKDIR_RETURNS_VOID #undef HAVE_DIRENT_D_OFF #undef HAVE_GETSPNAM @@ -104,6 +110,7 @@ #undef HAVE_SETRESGID #undef HAVE_SETRESGID_DECL #undef HAVE_SHADOW_H +#undef HAVE_CUPS #undef HAVE_MEMSET #undef HAVE_STRCASECMP #undef HAVE_STRUCT_DIRENT64 |