Import release 0.03
[secnet] / 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 to empty if the keyword does not work. */
30 #undef const
31
32 /* Define if you don't have vprintf but do have _doprnt. */
33 #undef HAVE_DOPRNT
34
35 /* Define if you have the vprintf function. */
36 #undef HAVE_VPRINTF
37
38 /* Define to `int' if <sys/types.h> doesn't define. */
39 #undef pid_t
40
41 /* Define to `unsigned' if <sys/types.h> doesn't define. */
42 #undef size_t
43
44 /* Define if you have the ANSI C header files. */
45 #undef STDC_HEADERS
46
47 /* Define if your processor stores words with the most significant
48 byte first (like Motorola and SPARC, unlike Intel and VAX). */
49 #undef WORDS_BIGENDIAN
50
51 /* Define if you have the adns library (-ladns). */
52 #undef HAVE_LIBADNS
53
54 /* Define if you have the fl library (-lfl). */
55 #undef HAVE_LIBFL
56
57 /* Define if you have the gmp library (-lgmp). */
58 #undef HAVE_LIBGMP
59 /* -*- c -*- */
60
61 /* These are from config.h.bot, pasted onto the end of config.h.in. */
62
63 #ifdef HAVE_SYS_CDEFS_H
64 #include <sys/cdefs.h>
65 #endif
66
67 #if 0
68 /* Use the definitions: */
69
70 /* Give us an unsigned 32-bit data type. */
71 #if SIZEOF_UNSIGNED_LONG==4
72 #define UWORD32 unsigned long
73 #elif SIZEOF_UNSIGNED_INT==4
74 #define UWORD32 unsigned int
75 #else
76 #error I do not know what to use for a UWORD32.
77 #endif
78
79 /* An unsigned 8-bit data type */
80 #if SIZEOF_UNSIGNED_CHAR==1
81 #define UBYTE8 unsigned char
82 #else
83 #error I do not know what to use for a UBYTE8
84 #endif
85
86
87 #endif /* 0 */
88
89
90 #endif /* _CONFIG_H */