These files are not needed in release 1.0.
[tinc] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work.  */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10    This function is required for alloca.c support on those systems.  */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro.  */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17 #undef HAVE_ALLOCA_H
18
19 /* Define to `int' if <sys/types.h> doesn't define.  */
20 #undef pid_t
21
22 /* Define as the return type of signal handlers (int or void).  */
23 #undef RETSIGTYPE
24
25 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
26 #undef size_t
27
28 /* If using the C implementation of alloca, define if you know the
29    direction of stack growth for your system; otherwise it will be
30    automatically deduced at run-time.
31  STACK_DIRECTION > 0 => grows toward higher addresses
32  STACK_DIRECTION < 0 => grows toward lower addresses
33  STACK_DIRECTION = 0 => direction of growth unknown
34  */
35 #undef STACK_DIRECTION
36
37 /* Define if you have the ANSI C header files.  */
38 #undef STDC_HEADERS
39
40 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
41 #undef TIME_WITH_SYS_TIME
42
43 /* Define if your <sys/time.h> declares struct tm.  */
44 #undef TM_IN_SYS_TIME
45
46 /* Define if your processor stores words with the most significant
47    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
48 #undef WORDS_BIGENDIAN
49
50 /* Define to rpl_malloc if the replacement function should be used.  */
51 #undef malloc
52
53 /* Define to rpl_realloc if the replacement function should be used.  */
54 #undef realloc
55
56 /* This is always defined.  It enables GNU extensions on systems that
57    have them.  */
58 #if !defined(_GNU_SOURCE)
59 # undef _GNU_SOURCE
60 #endif
61
62 #if !defined(__USE_BSD)
63 # undef __USE_BSD
64 #endif
65
66 /* Define if you have the DONE_WORKING_MALLOC_CHECK function.  */
67 #undef HAVE_DONE_WORKING_MALLOC_CHECK
68
69 /* Define if you have the DONE_WORKING_REALLOC_CHECK function.  */
70 #undef HAVE_DONE_WORKING_REALLOC_CHECK
71
72 /* Define if you have the ftime function.  */
73 #undef HAVE_FTIME
74
75 /* Define if you have the select function.  */
76 #undef HAVE_SELECT
77
78 /* Define if you have the socket function.  */
79 #undef HAVE_SOCKET
80
81 /* Define if you have the strerror function.  */
82 #undef HAVE_STRERROR
83
84 /* Define if you have the strtol function.  */
85 #undef HAVE_STRTOL
86
87 /* Define if you have the <fcntl.h> header file.  */
88 #undef HAVE_FCNTL_H
89
90 /* Define if you have the <gmp.h> header file.  */
91 #undef HAVE_GMP_H
92
93 /* Define if you have the <gmp2/gmp.h> header file.  */
94 #undef HAVE_GMP2_GMP_H
95
96 /* Define if you have the <limits.h> header file.  */
97 #undef HAVE_LIMITS_H
98
99 /* Define if you have the <sys/ioctl.h> header file.  */
100 #undef HAVE_SYS_IOCTL_H
101
102 /* Define if you have the <sys/time.h> header file.  */
103 #undef HAVE_SYS_TIME_H
104
105 /* Define if you have the <syslog.h> header file.  */
106 #undef HAVE_SYSLOG_H
107
108 /* Define if you have the <unistd.h> header file.  */
109 #undef HAVE_UNISTD_H
110
111 /* Name of package */
112 #undef PACKAGE
113
114 /* Version number of package */
115 #undef VERSION
116