File: config.h.in

package info (click to toggle)
matanza 0.13%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,472 kB
  • sloc: ansic: 13,824; sh: 330; makefile: 51; xml: 18
file content (164 lines) | stat: -rw-r--r-- 4,013 bytes parent folder | download | duplicates (7)
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
159
160
161
162
163
164
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if you don't have vprintf but do have _doprnt.  */
#undef HAVE_DOPRNT

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define to `int' if <> doesn't define it. */
#undef socklen_t

/* Define if you have the GetTickCount function.  */
#undef HAVE_GETTICKCOUNT

/* Define if you have the Sleep function.  */
#undef HAVE_SLEEP

/* Define if you have the WSASocket function.  */
#undef HAVE_WSASOCKET

/* Define if you have the WSAStartup function.  */
#undef HAVE_WSASTARTUP

/* Define if you have the closesocket function.  */
#undef HAVE_CLOSESOCKET

/* Define if you have the fcntl function.  */
#undef HAVE_FCNTL

/* Define if you have the fork function.  */
#undef HAVE_FORK

/* Define if you have the gettimeofday function.  */
#undef HAVE_GETTIMEOFDAY

/* Define if you have the hstrerror function.  */
#undef HAVE_HSTRERROR

/* Define if you have the inet_ntoa function.  */
#undef HAVE_INET_NTOA

/* Define if you have the inet_ntop function.  */
#undef HAVE_INET_NTOP

/* Define if you have the ioctlsocket function.  */
#undef HAVE_IOCTLSOCKET

/* Define if you have the setsid function.  */
#undef HAVE_SETSID

/* Define if you have the setsockopt function.  */
#undef HAVE_SETSOCKOPT

/* Define if you have the signal function.  */
#undef HAVE_SIGNAL

/* Define if you have the snooze_until function.  */
#undef HAVE_SNOOZE_UNTIL

/* Define if you have the socket function.  */
#undef HAVE_SOCKET

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the strspn function.  */
#undef HAVE_STRSPN

/* Define if you have the system_time function.  */
#undef HAVE_SYSTEM_TIME

/* Define if you have the umask function.  */
#undef HAVE_UMASK

/* Define if you have the usleep function.  */
#undef HAVE_USLEEP

/* Define if you have the <Errors.h> header file.  */
#undef HAVE_ERRORS_H

/* Define if you have the <OS.h> header file.  */
#undef HAVE_OS_H

/* Define if you have the <arpa/inet.h> header file.  */
#undef HAVE_ARPA_INET_H

/* Define if you have the <arpa/telnet.h> header file.  */
#undef HAVE_ARPA_TELNET_H

/* Define if you have the <direct.h> header file.  */
#undef HAVE_DIRECT_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H

/* Define if you have the <netdb.h> header file.  */
#undef HAVE_NETDB_H

/* Define if you have the <netinet/in.h> header file.  */
#undef HAVE_NETINET_IN_H

/* Define if you have the <png.h> header file.  */
#undef HAVE_PNG_H

/* Define if you have the <sys/ioctl.h> header file.  */
#undef HAVE_SYS_IOCTL_H

/* Define if you have the <sys/socket.h> header file.  */
#undef HAVE_SYS_SOCKET_H

/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H

/* Define if you have the <sys/types.h> header file.  */
#undef HAVE_SYS_TYPES_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <windows.h> header file.  */
#undef HAVE_WINDOWS_H

/* Define if you have the <winsock2.h> header file.  */
#undef HAVE_WINSOCK2_H

/* Define if you have the efence library (-lefence).  */
#undef HAVE_LIBEFENCE

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Name of package */
#undef PACKAGE

/* Version number of package */
#undef VERSION

/* libpng was found */
#undef HAVE_LIBPNG