root/config.h.in

Revision 5, 3.5 KB (checked in by nick, 3 years ago)
Line 
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Optionally override the DEFAULT_LOGFILE in apachetop.h */
4#undef DEFAULT_LOGFILE
5
6/* Define to 1 if you have the <adns.h> header file. */
7#undef HAVE_ADNS_H
8
9/* Define to 1 if you have the <arpa/inet.h> header file. */
10#undef HAVE_ARPA_INET_H
11
12/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
13#undef HAVE_DOPRNT
14
15/* Define to 1 if you have the <fam.h> header file. */
16#undef HAVE_FAM_H
17
18/* Define to 1 if you have the `inet_aton' function. */
19#undef HAVE_INET_ATON
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define to 1 if you have the `kqueue' function. */
25#undef HAVE_KQUEUE
26
27/* Define to 1 if your system has a working `malloc' function. */
28#undef HAVE_MALLOC
29
30/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H
32
33/* Define to 1 if you have the `memset' function. */
34#undef HAVE_MEMSET
35
36/* Define to 1 if you have the <netdb.h> header file. */
37#undef HAVE_NETDB_H
38
39/* Define to 1 if you have the <netinet/in.h> header file. */
40#undef HAVE_NETINET_IN_H
41
42/* Define to 1 if you have the <pcre.h> header file. */
43#undef HAVE_PCRE_H
44
45/* Define if you have readline library */
46#undef HAVE_READLINE
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#undef HAVE_STDINT_H
50
51/* Define to 1 if you have the <stdlib.h> header file. */
52#undef HAVE_STDLIB_H
53
54/* Define to 1 if you have the `strchr' function. */
55#undef HAVE_STRCHR
56
57/* Define to 1 if you have the `strdup' function. */
58#undef HAVE_STRDUP
59
60/* Define to 1 if you have the `strerror' function. */
61#undef HAVE_STRERROR
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the `strstr' function. */
70#undef HAVE_STRSTR
71
72/* Define to 1 if you have the <sys/socket.h> header file. */
73#undef HAVE_SYS_SOCKET_H
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#undef HAVE_SYS_STAT_H
77
78/* Define to 1 if you have the <sys/time.h> header file. */
79#undef HAVE_SYS_TIME_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the <time.h> header file. */
85#undef HAVE_TIME_H
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#undef HAVE_UNISTD_H
89
90/* Define to 1 if you have the `vprintf' function. */
91#undef HAVE_VPRINTF
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the version of this package. */
109#undef PACKAGE_VERSION
110
111/* Define to 1 if you have the ANSI C header files. */
112#undef STDC_HEADERS
113
114/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
115#undef TIME_WITH_SYS_TIME
116
117/* Define to 1 if your <sys/time.h> declares `struct tm'. */
118#undef TM_IN_SYS_TIME
119
120/* Version number of package */
121#undef VERSION
122
123/* Number of bits in a file offset, on hosts where this is settable. */
124#undef _FILE_OFFSET_BITS
125
126/* Define for large files, on AIX-style hosts. */
127#undef _LARGE_FILES
128
129/* Define to empty if `const' does not conform to ANSI C. */
130#undef const
131
132/* Define to `long' if <sys/types.h> does not define. */
133#undef off_t
134
135/* Define to `unsigned' if <sys/types.h> does not define. */
136#undef size_t
Note: See TracBrowser for help on using the browser.