diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-19 04:15:23 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-19 04:15:23 +0000 |
commit | e204f1d8a3f54cb6bd8549b15a59af9a525b3392 (patch) | |
tree | e57217f274885165e8d6c074b11a43c2389830a3 /source3/include/config.h.in | |
parent | 9579b9823707b9acadfd7bf24d1c540eacf53fc0 (diff) | |
download | samba-e204f1d8a3f54cb6bd8549b15a59af9a525b3392.tar.gz samba-e204f1d8a3f54cb6bd8549b15a59af9a525b3392.tar.bz2 samba-e204f1d8a3f54cb6bd8549b15a59af9a525b3392.zip |
Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.
acconfig.h configure configure.in include/config.h.in: Fixes to DEC OSF1.
libsmb/nmblib.c: Fixes to nmbd jumps in scope names.
Jeremy.
(This used to be commit 5ad77769be85e6727319afb0f02e5d94c2f9f16f)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 124d7b89e9..98b5f11163 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -106,6 +106,7 @@ #undef HAVE_NETMASK_AIX #undef HAVE_CRYPT #undef HAVE_PUTPRPWNAM +#undef HAVE_SET_AUTH_PARAMETERS #undef WITH_MMAP #undef WITH_SYSLOG #undef WITH_SSL @@ -132,6 +133,10 @@ #undef HAVE_LIBREADLINE #undef HAVE_KERNEL_OPLOCKS #undef HAVE_IRIX_SPECIFIC_CAPABILITIES +#undef HAVE_INT16_FROM_RPC_RPC_H +#undef HAVE_UINT16_FROM_RPC_RPC_H +#undef HAVE_INT32_FROM_RPC_RPC_H +#undef HAVE_UINT32_FROM_RPC_RPC_H #undef KRB4_AUTH #undef SEEKDIR_RETURNS_VOID #undef HAVE_DIRENT_D_OFF @@ -649,21 +654,9 @@ /* Define if you have the <readline/readline.h> header file. */ #undef HAVE_READLINE_READLINE_H -/* Define if you have the <rpc/auth.h> header file. */ -#undef HAVE_RPC_AUTH_H - -/* Define if you have the <rpc/clnt.h> header file. */ -#undef HAVE_RPC_CLNT_H - /* Define if you have the <rpc/rpc.h> header file. */ #undef HAVE_RPC_RPC_H -/* Define if you have the <rpc/types.h> header file. */ -#undef HAVE_RPC_TYPES_H - -/* Define if you have the <rpc/xdr.h> header file. */ -#undef HAVE_RPC_XDR_H - /* Define if you have the <rpcsvc/yp_prot.h> header file. */ #undef HAVE_RPCSVC_YP_PROT_H |