-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.h.cmake
executable file
·158 lines (106 loc) · 4.6 KB
/
config.h.cmake
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/* config.h is generated from config.h.cmake by cmake. */
/* Define with the name of the host which will run the format server */
#cmakedefine FORMAT_SERVER_HOST "@FORMAT_SERVER_HOST@"
/* Define with a list of domains from which the server will accept format clients */
#cmakedefine FORMAT_SERVICE_DOMAIN "@FORMAT_SERVICE_DOMAIN@"
/* define if struct hostent is declared in netdb.h or winsock.h */
#cmakedefine HAS_STRUCT_HOSTENT
/* Define to 1 if you have the <atl.h> header file. */
#cmakedefine HAVE_ATL_H
/* Define to 1 if you have the <dill.h> header file. */
#cmakedefine HAVE_DILL_H
/* Define to 1 if you have the `getdomainname' function. */
#cmakedefine HAVE_GETDOMAINNAME
/* Define to 1 if you have the `gethostbyname' function. */
#cmakedefine HAVE_GETHOSTBYNAME
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H
/* Define to 1 if you have the struct iovec defined in a header file. */
#cmakedefine HAVE_IOVEC_DEFINE
/* Define to 1 if you have the <malloc.h> header file. */
#cmakedefine HAVE_MALLOC_H
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H
/* Define to 1 if you have the <netdb.h> header file. */
#cmakedefine HAVE_NETDB_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#cmakedefine HAVE_NETINET_IN_H
/* Define to 1 if you have the <arpa/inet.h> header file. */
#cmakedefine HAVE_ARPA_INET_H
/* Define to 1 if you have the <sockLib.h> header file. */
#cmakedefine HAVE_SOCKLIB_H
/* Define to 1 if you have stdc headers. */
#cmakedefine STDC_HEADERS
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H
/* Define to 1 if you have the `strtod' function. */
#cmakedefine HAVE_STRTOD
/* Define to 1 if you have the `strtof' function. */
#cmakedefine HAVE_STRTOF
/* Define to 1 if you have the `strtold' function. */
#cmakedefine HAVE_STRTOLD
/* Define to 1 if you have the <sys/select.h> header file. */
#cmakedefine HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#cmakedefine HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/sockio.h> header file. */
#cmakedefine HAVE_SYS_SOCKIO_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/times.h> header file. */
#cmakedefine HAVE_SYS_TIMES_H
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/uio.h> header file. */
#cmakedefine HAVE_SYS_UIO_H
/* Define to 1 if you have the <sys/un.h> header file. */
#cmakedefine HAVE_SYS_UN_H
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H
/* Define to 1 if you have the <windows.h> header file. */
#cmakedefine HAVE_WINDOWS_H
/* Define to 1 if you have the <winsock.h> header file. */
#cmakedefine HAVE_WINSOCK_H
/* Define to 1 if you have the <winsock2.h> header file. */
#cmakedefine HAVE_WINSOCK2_H
/* Define if you need struct iovec to be defined */
#cmakedefine NEED_IOVEC_DEFINE
/* Define if there is no socket support */
#cmakedefine NO_SOCKET
/* The number of bytes in type double */
#define SIZEOF_DOUBLE @SIZEOF_DOUBLE@
/* The number of bytes in type off_t */
#define SIZEOF_OFF_T @SIZEOF_OFF_T@
/* The number of bytes in type float */
#define SIZEOF_FLOAT @SIZEOF_FLOAT@
/* The number of bytes in type int */
#define SIZEOF_INT @SIZEOF_INT@
/* The number of bytes in type long */
#define SIZEOF_LONG @SIZEOF_LONG@
/* The number of bytes in type long double */
#define SIZEOF_LONG_DOUBLE @SIZEOF_LONG_DOUBLE@
/* The number of bytes in type long long */
#define SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
/* The number of bytes in type size_t */
#define SIZEOF_SIZE_T @SIZEOF_SIZE_T@
/* Define to `int' if <sys/types.h> does not define. */
#cmakedefine pid_t
/* Define as the 8-byte type to use for data length */
#cmakedefine DATA_LEN_TYPE @DATA_LEN_TYPE@
/* Define if ffs should do dynamic code generation */
#cmakedefine DO_DCG
/* Define with a boolean to specify if DCG conversions will be generated by
default */
#cmakedefine01 FFS_CONVERSION_GENERATION_DEFAULT
/* define to the string value of shared library suffix */
#define LIBRARY_EXT "@CMAKE_SHARED_LIBRARY_SUFFIX@"
/* Set to 1 to build without dynamic linking */
#cmakedefine01 NO_DYNAMIC_LINKING
/* set to 1 if bigendian, 0 otherwise */
#define WORDS_BIGENDIAN @WORDS_BIGENDIAN@