summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2003-11-12 19:50:46 +0000
committerdbj <dbj@NetBSD.org>2003-11-12 19:50:46 +0000
commite7faadcf38edc00b87a8fbf4832422792e314be0 (patch)
treee9f1a78313712d80b36e77b38afea4e33e9d9072 /include
parent5262dfd168cfec365d35f7d31511a0fc1cdadf99 (diff)
ifdef out file when HAVE_NBTOOL_CONFIG_H is defined to avoid
conflicting definitions when building host tools
Diffstat (limited to 'include')
-rw-r--r--include/heimdal/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/heimdal/config.h b/include/heimdal/config.h
index a7267582ae6..56d61af2e38 100644
--- a/include/heimdal/config.h
+++ b/include/heimdal/config.h
@@ -3,7 +3,7 @@
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
-#endif
+#else
#ifndef RCSID
#define RCSID(msg) \
@@ -1434,3 +1434,4 @@ struct sockaddr_in;
#define __STDC__ 0
#endif
+#endif /* !HAVE_NBTOOL_CONFIG_H */