X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/2fe58dfd10216a37f1ece081f926971882de112e..4efd681a66c15bc6f81eefc69396669e165e5e0f:/config.h.in diff --git a/config.h.in b/config.h.in index a3b3cef..5d31bab 100644 --- a/config.h.in +++ b/config.h.in @@ -26,21 +26,6 @@ #define _CONFIG_H -/* Define to empty if the keyword does not work. */ -#undef const - -/* Define if you don't have vprintf but do have _doprnt. */ -#undef HAVE_DOPRNT - -/* Define if you have the vprintf function. */ -#undef HAVE_VPRINTF - -/* Define to `int' if doesn't define. */ -#undef pid_t - -/* Define to `unsigned' if doesn't define. */ -#undef size_t - /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -48,14 +33,17 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Define if you have the header file. */ +#undef HAVE_LINUX_IF_H + /* Define if you have the adns library (-ladns). */ #undef HAVE_LIBADNS /* Define if you have the fl library (-lfl). */ #undef HAVE_LIBFL -/* Define if you have the gmp library (-lgmp). */ -#undef HAVE_LIBGMP +/* Define if you have the gmp2 library (-lgmp2). */ +#undef HAVE_LIBGMP2 /* -*- c -*- */ /* These are from config.h.bot, pasted onto the end of config.h.in. */ @@ -64,27 +52,4 @@ #include #endif -#if 0 -/* Use the definitions: */ - -/* Give us an unsigned 32-bit data type. */ -#if SIZEOF_UNSIGNED_LONG==4 -#define UWORD32 unsigned long -#elif SIZEOF_UNSIGNED_INT==4 -#define UWORD32 unsigned int -#else -#error I do not know what to use for a UWORD32. -#endif - -/* An unsigned 8-bit data type */ -#if SIZEOF_UNSIGNED_CHAR==1 -#define UBYTE8 unsigned char -#else -#error I do not know what to use for a UBYTE8 -#endif - - -#endif /* 0 */ - - #endif /* _CONFIG_H */