chiark / gitweb /
Import release 0.04
[secnet.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /***************************************************************************
3  *
4  *              Part II Project, "A secure, private IP network"
5  *              Stephen Early <sde1000@cam.ac.uk>
6  *   
7  *
8  *     $RCSfile$
9  *
10  *  Description: 
11  *
12  *    Copyright: (C) Stephen Early 1995
13  *
14  *    $Revision$
15  *
16  *        $Date$
17  *
18  *       $State$
19  *
20  ***************************************************************************/
21
22 /* $Log$
23  */
24
25 #ifndef _CONFIG_H
26 #define _CONFIG_H
27
28
29 /* Define if you have the ANSI C header files.  */
30 #undef STDC_HEADERS
31
32 /* Define if your processor stores words with the most significant
33    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
34 #undef WORDS_BIGENDIAN
35
36 /* Define if you have the <linux/if.h> header file.  */
37 #undef HAVE_LINUX_IF_H
38
39 /* Define if you have the adns library (-ladns).  */
40 #undef HAVE_LIBADNS
41
42 /* Define if you have the fl library (-lfl).  */
43 #undef HAVE_LIBFL
44
45 /* Define if you have the gmp2 library (-lgmp2).  */
46 #undef HAVE_LIBGMP2
47 /* -*- c -*- */
48
49 /* These are from config.h.bot, pasted onto the end of config.h.in. */
50
51 #ifdef HAVE_SYS_CDEFS_H
52 #include <sys/cdefs.h>
53 #endif
54
55 #endif /* _CONFIG_H */