diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-27 03:46:15 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-27 03:46:15 +0000 |
| commit | 5dfdeb16e3cf6d80c448ff6e52eb3e6f5e966cc5 (patch) | |
| tree | bab9aaadfe6e3ad27db8cf2856f29f96f9cf21a0 /include | |
| parent | dcce429e9359626f943427f83dedc5d9538e1e32 (diff) | |
pull in nbtool_config.h #if HAVE_NBTOOL_CONFIG_H
Diffstat (limited to 'include')
| -rw-r--r-- | include/heimdal/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/heimdal/config.h b/include/heimdal/config.h index 3f5033c41cb..a7267582ae6 100644 --- a/include/heimdal/config.h +++ b/include/heimdal/config.h @@ -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 } |
