Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/heimdal pull in nbtool_config.h #if HAVE_NBTOOL_CONF...



details:   https://anonhg.NetBSD.org/src/rev/ff3b4ca69489
branches:  trunk
changeset: 554341:ff3b4ca69489
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 27 03:46:15 2003 +0000

description:
pull in nbtool_config.h #if HAVE_NBTOOL_CONFIG_H

diffstat:

 include/heimdal/config.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 81a7c313bc04 -r ff3b4ca69489 include/heimdal/config.h
--- a/include/heimdal/config.h  Mon Oct 27 03:09:43 2003 +0000
+++ b/include/heimdal/config.h  Mon Oct 27 03:46:15 2003 +0000
@@ -1,6 +1,10 @@
 /* include/config.h.  Generated by configure.  */
 /* include/config.h.in.  Generated from configure.in by autoheader.  */
 
+#if HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
+
 #ifndef RCSID
 #define RCSID(msg) \
 static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }



Home | Main Index | Thread Index | Old Index