diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-16 02:58:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-16 02:58:25 +0000 |
commit | e4af5eaca6f0fc681733f618562d58c26745978f (patch) | |
tree | de24ecf5efc917c89d53d0ef96dcb141d9b8ef36 /source3/include/config.h.in | |
parent | 4375fe73ba32db2682cedf9c7b68a269e3c17f6e (diff) | |
download | samba-e4af5eaca6f0fc681733f618562d58c26745978f.tar.gz samba-e4af5eaca6f0fc681733f618562d58c26745978f.tar.bz2 samba-e4af5eaca6f0fc681733f618562d58c26745978f.zip |
More Heimdal changes. Still not compiling with Heimdal yet...
Jeremy.
(This used to be commit c3544c119e4cafb817479b4c5dfae178c3de000b)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 6d1890b0bd..f684522366 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -875,6 +875,9 @@ /* Define if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H +/* Define if you have the <com_err.h> header file. */ +#undef HAVE_COM_ERR_H + /* Define if you have the <compat.h> header file. */ #undef HAVE_COMPAT_H |