chiark / gitweb /
Import release 0.1.6
[secnet.git] / config.h.in
index a3b3cef8bf58014eb35447a3538c5904f4cdb645..54e8a6fcfe06e5706bb15ab4ba932b9f0810b02a 100644 (file)
@@ -1,46 +1,8 @@
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
-/***************************************************************************
- *
- *              Part II Project, "A secure, private IP network"
- *              Stephen Early <sde1000@cam.ac.uk>
- *   
- *
- *     $RCSfile$
- *
- *  Description: 
- *
- *    Copyright: (C) Stephen Early 1995
- *
- *    $Revision$
- *
- *        $Date$
- *
- *       $State$
- *
- ***************************************************************************/
-
-/* $Log$
- */
-
 #ifndef _CONFIG_H
 #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 <sys/types.h> doesn't define.  */
-#undef pid_t
-
-/* Define to `unsigned' if <sys/types.h> doesn't define.  */
-#undef size_t
-
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+/* Define if you have the <inttypes.h> header file.  */
+#undef HAVE_INTTYPES_H
+
+/* Define if you have the <linux/if.h> header file.  */
+#undef HAVE_LINUX_IF_H
+
+/* Define if you have the <stdint.h> 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
-/* -*- c -*- */
 
-/* These are from config.h.bot, pasted onto the end of config.h.in. */
+/* Define if you have the gmp2 library (-lgmp2).  */
+#undef HAVE_LIBGMP2
 
-#ifdef HAVE_SYS_CDEFS_H
-#include <sys/cdefs.h>
-#endif
+/* Define if you have the gnugetopt library (-lgnugetopt).  */
+#undef HAVE_LIBGNUGETOPT
+/* -*- c -*- */
 
-#if 0
-/* Use the definitions: */
+/* These are from config.h.bot, pasted onto the end of config.h.in. */
 
-/* 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
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
 #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
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
 #else
-#error I do not know what to use for a UBYTE8
+#error you must define uint32_t, uint16_t etc.
+#endif
 #endif
-
-
-#endif /* 0 */
-
 
 #endif /* _CONFIG_H */