X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=c52fd8cb74d37555b60f4a9bc0dfe4e7ee43a869;hb=5963521296680c2aeb40baeb72459dffc14cd996;hp=5d31bab7a50077f36378e36b5b117b848782dafb;hpb=974d0468ad285d9ddbc5b052110076d7adf0ed2e;p=secnet.git diff --git a/config.h.in b/config.h.in index 5d31bab..c52fd8c 100644 --- a/config.h.in +++ b/config.h.in @@ -1,27 +1,4 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/*************************************************************************** - * - * Part II Project, "A secure, private IP network" - * Stephen Early - * - * - * $RCSfile$ - * - * Description: - * - * Copyright: (C) Stephen Early 1995 - * - * $Revision$ - * - * $Date$ - * - * $State$ - * - ***************************************************************************/ - -/* $Log$ - */ - #ifndef _CONFIG_H #define _CONFIG_H @@ -33,9 +10,15 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Define if you have the header file. */ +#undef HAVE_INTTYPES_H + /* Define if you have the header file. */ #undef HAVE_LINUX_IF_H +/* Define if you have the header file. */ +#undef HAVE_STDINT_H + /* Define if you have the adns library (-ladns). */ #undef HAVE_LIBADNS @@ -48,8 +31,14 @@ /* These are from config.h.bot, pasted onto the end of config.h.in. */ -#ifdef HAVE_SYS_CDEFS_H -#include +#ifdef HAVE_INTTYPES_H +#include +#else +#ifdef HAVE_STDINT_H +#include +#else +#error you must define uint32_t, uint16_t etc. +#endif #endif #endif /* _CONFIG_H */