-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.h.in
More file actions
119 lines (114 loc) · 2.84 KB
/
config.h.in
File metadata and controls
119 lines (114 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
#ifndef _CONFIG_H
#define _CONFIG_H 1
#define PACKAGE "@PACKAGE@"
#define PACKAGE_NAME "@PACKAGE@"
#define PACKAGE_STRING "@PACKAGE@ @VERSION@"
#define VERSION "@VERSION@"
#define DEFAULT_CONF_FILE "@DEFAULT_CONF_FILE@"
#define DEFAULT_STATHOST "@DEFAULT_STATHOST@"
#define DATAROOTDIR "@DATAROOTDIR@"
#define TARGET_SYSTEM "@CMAKE_SYSTEM@"
#cmakedefine FILTER_SUPPORT 1
#cmakedefine UPSTREAM_SUPPORT 1
#cmakedefine FTP_SUPPORT 1
#cmakedefine PROCTITLE_SUPPORT 1
#define DEFAULT_CONF_FILE "@DEFAULT_CONF_FILE@"
#define DEFAULT_STATHOST "@DEFAULT_STATHOST@"
/* sys/ioctl.h */
#cmakedefine HAVE_SYS_IOCTL_H 1
/* sys/mman.h */
#cmakedefine HAVE_SYS_MMAN_H 1
/* sys/resource.h */
#cmakedefine HAVE_SYS_RESOURCE_H 1
/* sys/select.h */
#cmakedefine HAVE_SYS_SELECT_H 1
/* sys/socket.h */
#cmakedefine HAVE_SYS_SOCKET_H 1
/* sys/time.h */
#cmakedefine HAVE_SYS_TIME_H 1
/* sys/uio.h */
#cmakedefine HAVE_SYS_UIO_H 1
/* sys/un.h */
#cmakedefine HAVE_SYS_UN_H 1
/* sys/wait.h */
#cmakedefine HAVE_SYS_WAIT_H 1
/* sys/stat.h */
#cmakedefine HAVE_SYS_STAT_H 1
/* arpa/inet.h */
#cmakedefine HAVE_ARPA_INET_H 1
/* netinet/in.h */
#cmakedefine HAVE_NETINET_IN_H 1
/* alloca.h */
#cmakedefine HAVE_ALLOCA_H 1
/* assert.h */
#cmakedefine HAVE_ASSERT_H 1
/* ctype.h */
#cmakedefine HAVE_CTYPE_H 1
/* errno.h */
#cmakedefine HAVE_ERRNO_H 1
/* fcntl.h */
#cmakedefine HAVE_FCNTL_H 1
/* grp.h */
#cmakedefine HAVE_GRP_H 1
/* io.h */
#cmakedefine HAVE_IO_H 1
/* libintl.h */
#cmakedefine HAVE_LIBINTL_H 1
/* netdb.h */
#cmakedefine HAVE_NETDB_H 1
/* pwd.h */
#cmakedefine HAVE_PWD_H 1
/* regex.h */
#cmakedefine HAVE_REGEX_H 1
/* unistd.h */
#cmakedefine HAVE_UNISTD_H 1
/* signal.h */
#cmakedefine HAVE_SIGNAL_H 1
/* stdarg.h */
#cmakedefine HAVE_STDARG_H 1
/* stddef.h */
#cmakedefine HAVE_STDDEF_H 1
/* stdint.h */
#cmakedefine HAVE_STDINT_H 1
/* stdio.h */
#cmakedefine HAVE_STDIO_H 1
/* stdlib.h */
#cmakedefine HAVE_STDLIB_H 1
/* sysexits.h */
#cmakedefine HAVE_SYSEXITS_H 1
/* syslog.h */
#cmakedefine HAVE_SYSLOG_H 1
/* time.h */
#cmakedefine HAVE_TIME_H 1
/* wchar.h */
#cmakedefine HAVE_WCHAR_H 1
/* wctype.h */
#cmakedefine HAVE_WCTYPE_H 1
/* time.h + sys/time.h */
#cmakedefine TIME_WITH_SYS_TIME 1
/* string.h */
#cmakedefine HAVE_STRING_H 1
/* strings.h */
#cmakedefine HAVE_STRINGS_H 1
/* ========================== */
/* Function section */
/* ========================== */
/* ftruncate() function */
#cmakedefine HAVE_FTRUNCATE 1
/* setrlimit() function */
#cmakedefine HAVE_SETRLIMIT 1
/* regexec() function */
#cmakedefine HAVE_REGEXEC 1
/* mempcpy() function */
#cmakedefine HAVE_MEMPCPY 1
/* strlcpy() function */
#cmakedefine HAVE_STRLCPY 1
/* strlcat() function */
#cmakedefine HAVE_STRLCAT 1
/* writev() function */
#cmakedefine HAVE_WRITEV 1
/* isascii() function */
#cmakedefine HAVE_ISASCII 1
/* alloca() function */
#cmakedefine HAVE_ALLOCA 1
#endif