/* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef _CONFIG_H #define _CONFIG_H /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if your processor stores words with the most significant 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 /* Define if you have the fl library (-lfl). */ #undef HAVE_LIBFL /* Define if you have the getopt library (-lgetopt). */ #undef HAVE_LIBGETOPT /* Define if you have the gmp library (-lgmp). */ #undef HAVE_LIBGMP /* Define if you have the gmp2 library (-lgmp2). */ #undef HAVE_LIBGMP2 /* Define if you have the gnugetopt library (-lgnugetopt). */ #undef HAVE_LIBGNUGETOPT /* -*- c -*- */ /* These are from config.h.bot, pasted onto the end of config.h.in. */ #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 */