File: config.h

package info (click to toggle)
matanza 0.13-3.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,072 kB
  • ctags: 2,198
  • sloc: ansic: 20,504; sh: 330; makefile: 86; xml: 18
file content (165 lines) | stat: -rw-r--r-- 4,310 bytes parent folder | download | duplicates (3)
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
165
/* config.h.  Generated automatically by configure.  */
/* 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.  */
#define HAVE_VPRINTF 1

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

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

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

/* 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.  */
#define HAVE_FCNTL 1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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.  */
#define HAVE_ARPA_INET_H 1

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

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

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

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

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

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

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

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

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

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

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

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

/* 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).  */
#define HAVE_LIBM 1

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

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

/* Name of package */
#define PACKAGE "matanza"

/* Version number of package */
#define VERSION "0.13"

/* libpng was found */
/* #undef HAVE_LIBPNG */