diff options
author | Jeremy Allison <jra@samba.org> | 2003-01-16 02:58:14 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-01-16 02:58:14 +0000 |
commit | cdc6c1662d4c150c69cd93991b211abb58b89859 (patch) | |
tree | b7c644b64f2299d4a8cf3b3342560e36ccc3aa5c /source3/include/config.h.in | |
parent | 7dd7d3a96a9f23f1a7474625957fe3452222809a (diff) | |
download | samba-cdc6c1662d4c150c69cd93991b211abb58b89859.tar.gz samba-cdc6c1662d4c150c69cd93991b211abb58b89859.tar.bz2 samba-cdc6c1662d4c150c69cd93991b211abb58b89859.zip |
More Heimdal changes. Still not compiling with Heimdal yet...
Jeremy.
(This used to be commit 4333be5732de07786254382a4aa41333783d81b5)
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 5dd453c4d2..0f90604ebc 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 |