ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.16 by pcg, Sat Dec 1 23:35:31 2007 UTC vs.
Revision 1.21 by root, Tue Mar 8 17:33:30 2011 UTC

38 38
39/* Define to 1 if translation of program messages to the user's native 39/* Define to 1 if translation of program messages to the user's native
40 language is requested. */ 40 language is requested. */
41#undef ENABLE_NLS 41#undef ENABLE_NLS
42 42
43/* ROHC support */ 43/* POSIX thread support. */
44#undef ENABLE_ROHC 44#undef ENABLE_PTHREADS
45 45
46/* TCP protocol support. */ 46/* TCP protocol support. */
47#undef ENABLE_TCP 47#undef ENABLE_TCP
48 48
49/* Define to 1 if you have `alloca', as a function or macro. */ 49/* Define to 1 if you have `alloca', as a function or macro. */
63#undef HAVE_CLOCALE 63#undef HAVE_CLOCALE
64 64
65/* Define to 1 if you have the `clock_gettime' function. */ 65/* Define to 1 if you have the `clock_gettime' function. */
66#undef HAVE_CLOCK_GETTIME 66#undef HAVE_CLOCK_GETTIME
67 67
68/* Define to 1 to use the syscall interface for clock_gettime */
69#undef HAVE_CLOCK_SYSCALL
70
68/* Cygwin */ 71/* Cygwin */
69#undef HAVE_CYGWIN 72#undef HAVE_CYGWIN
70 73
71/* Define to 1 if you have the `daemon' function. */ 74/* Define to 1 if you have the `daemon' function. */
72#undef HAVE_DAEMON 75#undef HAVE_DAEMON
79#undef HAVE_DCGETTEXT 82#undef HAVE_DCGETTEXT
80 83
81/* Define to 1 if you have the `epoll_ctl' function. */ 84/* Define to 1 if you have the `epoll_ctl' function. */
82#undef HAVE_EPOLL_CTL 85#undef HAVE_EPOLL_CTL
83 86
87/* Define to 1 if you have the `eventfd' function. */
88#undef HAVE_EVENTFD
89
84/* Define to 1 if you have the <ext/hash_map> header file. */ 90/* Define to 1 if you have the <ext/hash_map> header file. */
85#undef HAVE_EXT_HASH_MAP 91#undef HAVE_EXT_HASH_MAP
86 92
87/* Define to 1 if you have the <fcntl.h> header file. */ 93/* Define to 1 if you have the <fcntl.h> header file. */
88#undef HAVE_FCNTL_H 94#undef HAVE_FCNTL_H
89 95
96/* Define to 1 if the floor function is available */
97#undef HAVE_FLOOR
98
90/* FreeBSD */ 99/* FreeBSD */
91#undef HAVE_FREEBSD 100#undef HAVE_FREEBSD
92 101
93/* Define if the GNU gettext() function is already present or preinstalled. */ 102/* Define if the GNU gettext() function is already present or preinstalled. */
94#undef HAVE_GETTEXT 103#undef HAVE_GETTEXT
109#undef HAVE_KQUEUE 118#undef HAVE_KQUEUE
110 119
111/* Define to 1 if you have the `gmp' library (-lgmp). */ 120/* Define to 1 if you have the `gmp' library (-lgmp). */
112#undef HAVE_LIBGMP 121#undef HAVE_LIBGMP
113 122
114/* Define to 1 if you have the `m' library (-lm). */
115#undef HAVE_LIBM
116
117/* Define to 1 if you have the `nsl' library (-lnsl). */ 123/* Define to 1 if you have the `nsl' library (-lnsl). */
118#undef HAVE_LIBNSL 124#undef HAVE_LIBNSL
119 125
126/* Define to 1 if you have the `pthread' library (-lpthread). */
127#undef HAVE_LIBPTHREAD
128
120/* Define to 1 if you have the `rt' library (-lrt). */ 129/* Define to 1 if you have the `rt' library (-lrt). */
121#undef HAVE_LIBRT 130#undef HAVE_LIBRT
122 131
123/* Define to 1 if you have the `socket' library (-lsocket). */ 132/* Define to 1 if you have the `socket' library (-lsocket). */
124#undef HAVE_LIBSOCKET 133#undef HAVE_LIBSOCKET
135/* Define to 1 if you have the <memory.h> header file. */ 144/* Define to 1 if you have the <memory.h> header file. */
136#undef HAVE_MEMORY_H 145#undef HAVE_MEMORY_H
137 146
138/* Define to 1 if you have the `mlockall' function. */ 147/* Define to 1 if you have the `mlockall' function. */
139#undef HAVE_MLOCKALL 148#undef HAVE_MLOCKALL
149
150/* Define to 1 if you have the `nanosleep' function. */
151#undef HAVE_NANOSLEEP
140 152
141/* NetBSD */ 153/* NetBSD */
142#undef HAVE_NETBSD 154#undef HAVE_NETBSD
143 155
144/* Define to 1 if you have the <netinet/in.h> header file. */ 156/* Define to 1 if you have the <netinet/in.h> header file. */
206#undef HAVE_RAND_PSEUDO_BYTES 218#undef HAVE_RAND_PSEUDO_BYTES
207 219
208/* Define to 1 if you have the `select' function. */ 220/* Define to 1 if you have the `select' function. */
209#undef HAVE_SELECT 221#undef HAVE_SELECT
210 222
223/* Define to 1 if you have the `signalfd' function. */
224#undef HAVE_SIGNALFD
225
211/* socklen_t available */ 226/* socklen_t available */
212#undef HAVE_SOCKLEN_T 227#undef HAVE_SOCKLEN_T
213 228
214/* Solaris/SunOS */ 229/* Solaris/SunOS */
215#undef HAVE_SOLARIS 230#undef HAVE_SOLARIS
248#undef HAVE_SYS_CYGWIN_H 263#undef HAVE_SYS_CYGWIN_H
249 264
250/* Define to 1 if you have the <sys/epoll.h> header file. */ 265/* Define to 1 if you have the <sys/epoll.h> header file. */
251#undef HAVE_SYS_EPOLL_H 266#undef HAVE_SYS_EPOLL_H
252 267
268/* Define to 1 if you have the <sys/eventfd.h> header file. */
269#undef HAVE_SYS_EVENTFD_H
270
253/* Define to 1 if you have the <sys/event.h> header file. */ 271/* Define to 1 if you have the <sys/event.h> header file. */
254#undef HAVE_SYS_EVENT_H 272#undef HAVE_SYS_EVENT_H
255 273
256/* Define to 1 if you have the <sys/file.h> header file. */ 274/* Define to 1 if you have the <sys/file.h> header file. */
257#undef HAVE_SYS_FILE_H 275#undef HAVE_SYS_FILE_H
266#undef HAVE_SYS_MMAN_H 284#undef HAVE_SYS_MMAN_H
267 285
268/* Define to 1 if you have the <sys/param.h> header file. */ 286/* Define to 1 if you have the <sys/param.h> header file. */
269#undef HAVE_SYS_PARAM_H 287#undef HAVE_SYS_PARAM_H
270 288
271/* Define to 1 if you have the <sys/queue.h> header file. */
272#undef HAVE_SYS_QUEUE_H
273
274/* Define to 1 if you have the <sys/select.h> header file. */ 289/* Define to 1 if you have the <sys/select.h> header file. */
275#undef HAVE_SYS_SELECT_H 290#undef HAVE_SYS_SELECT_H
276 291
292/* Define to 1 if you have the <sys/signalfd.h> header file. */
293#undef HAVE_SYS_SIGNALFD_H
294
277/* Define to 1 if you have the <sys/stat.h> header file. */ 295/* Define to 1 if you have the <sys/stat.h> header file. */
278#undef HAVE_SYS_STAT_H 296#undef HAVE_SYS_STAT_H
279 297
280/* Define to 1 if you have the <sys/time.h> header file. */ 298/* Define to 1 if you have the <sys/time.h> header file. */
281#undef HAVE_SYS_TIME_H 299#undef HAVE_SYS_TIME_H
282 300
283/* Define to 1 if you have the <sys/types.h> header file. */ 301/* Define to 1 if you have the <sys/types.h> header file. */
284#undef HAVE_SYS_TYPES_H 302#undef HAVE_SYS_TYPES_H
285 303
304/* Define to 1 if you have the <tr1/unordered_map> header file. */
305#undef HAVE_TR1_UNORDERED_MAP
306
286/* Universal tun/tap driver present */ 307/* Universal tun/tap driver present */
287#undef HAVE_TUNTAP 308#undef HAVE_TUNTAP
288 309
289/* Define to 1 if you have the <unistd.h> header file. */ 310/* Define to 1 if you have the <unistd.h> header file. */
290#undef HAVE_UNISTD_H 311#undef HAVE_UNISTD_H
319/* Define to the full name and version of this package. */ 340/* Define to the full name and version of this package. */
320#undef PACKAGE_STRING 341#undef PACKAGE_STRING
321 342
322/* Define to the one symbol short name of this package. */ 343/* Define to the one symbol short name of this package. */
323#undef PACKAGE_TARNAME 344#undef PACKAGE_TARNAME
345
346/* Define to the home page for this package. */
347#undef PACKAGE_URL
324 348
325/* Define to the version of this package. */ 349/* Define to the version of this package. */
326#undef PACKAGE_VERSION 350#undef PACKAGE_VERSION
327 351
328/* Add this many bytes of randomness to each packet. */ 352/* Add this many bytes of randomness to each packet. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines