Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/heimdal ifdef out file when HAVE_NBTOOL_CONFIG_H is ...
details: https://anonhg.NetBSD.org/src/rev/d060af901924
branches: trunk
changeset: 555258:d060af901924
user: dbj <dbj%NetBSD.org@localhost>
date: Wed Nov 12 19:50:46 2003 +0000
description:
ifdef out file when HAVE_NBTOOL_CONFIG_H is defined to avoid
conflicting definitions when building host tools
diffstat:
include/heimdal/config.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6df602307ca3 -r d060af901924 include/heimdal/config.h
--- a/include/heimdal/config.h Wed Nov 12 19:47:54 2003 +0000
+++ b/include/heimdal/config.h Wed Nov 12 19:50:46 2003 +0000
@@ -3,7 +3,7 @@
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
-#endif
+#else
#ifndef RCSID
#define RCSID(msg) \
@@ -1434,3 +1434,4 @@
#define __STDC__ 0
#endif
+#endif /* !HAVE_NBTOOL_CONFIG_H */
Home |
Main Index |
Thread Index |
Old Index