From: Miek Gieben Date: Thu, 9 Dec 2004 12:35:38 +0000 (+0000) Subject: now then X-Git-Tag: release-0.50~737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcd46eeced8b42afe9eee289077bb75d1910a920;p=thirdparty%2Fldns.git now then --- diff --git a/common.h.in b/common.h.in new file mode 100644 index 00000000..89a9aafb --- /dev/null +++ b/common.h.in @@ -0,0 +1,28 @@ +/* + * common.h + * local header file includes + * .in file for autoconf + * + * (c) NLnet Labs, 2004 + * + * See the file LICENSE for the license + * + */ + +#undef HAVE_GETOPT_H +#undef HAVE_STDINT_H + +#include +#include +#include +#include +#include + +/* gnu long options */ +#ifdef HAVE_GETOPT_H +#include +#endif /*HAVE_GETOPT_H*/ + +#ifdef HAVE_STDINT_H +#include +#endif