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.19 by pcg, Sun Jan 18 03:44:09 2009 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 */
44#undef ENABLE_ROHC
45
46/* TCP protocol support. */ 43/* TCP protocol support. */
47#undef ENABLE_TCP 44#undef ENABLE_TCP
48 45
49/* Define to 1 if you have `alloca', as a function or macro. */ 46/* Define to 1 if you have `alloca', as a function or macro. */
50#undef HAVE_ALLOCA 47#undef HAVE_ALLOCA
63#undef HAVE_CLOCALE 60#undef HAVE_CLOCALE
64 61
65/* Define to 1 if you have the `clock_gettime' function. */ 62/* Define to 1 if you have the `clock_gettime' function. */
66#undef HAVE_CLOCK_GETTIME 63#undef HAVE_CLOCK_GETTIME
67 64
65/* "use syscall interface for clock_gettime" */
66#undef HAVE_CLOCK_SYSCALL
67
68/* Cygwin */ 68/* Cygwin */
69#undef HAVE_CYGWIN 69#undef HAVE_CYGWIN
70 70
71/* Define to 1 if you have the `daemon' function. */ 71/* Define to 1 if you have the `daemon' function. */
72#undef HAVE_DAEMON 72#undef HAVE_DAEMON
79#undef HAVE_DCGETTEXT 79#undef HAVE_DCGETTEXT
80 80
81/* Define to 1 if you have the `epoll_ctl' function. */ 81/* Define to 1 if you have the `epoll_ctl' function. */
82#undef HAVE_EPOLL_CTL 82#undef HAVE_EPOLL_CTL
83 83
84/* Define to 1 if you have the `eventfd' function. */
85#undef HAVE_EVENTFD
86
84/* Define to 1 if you have the <ext/hash_map> header file. */ 87/* Define to 1 if you have the <ext/hash_map> header file. */
85#undef HAVE_EXT_HASH_MAP 88#undef HAVE_EXT_HASH_MAP
86 89
87/* Define to 1 if you have the <fcntl.h> header file. */ 90/* Define to 1 if you have the <fcntl.h> header file. */
88#undef HAVE_FCNTL_H 91#undef HAVE_FCNTL_H
135/* Define to 1 if you have the <memory.h> header file. */ 138/* Define to 1 if you have the <memory.h> header file. */
136#undef HAVE_MEMORY_H 139#undef HAVE_MEMORY_H
137 140
138/* Define to 1 if you have the `mlockall' function. */ 141/* Define to 1 if you have the `mlockall' function. */
139#undef HAVE_MLOCKALL 142#undef HAVE_MLOCKALL
143
144/* Define to 1 if you have the `nanosleep' function. */
145#undef HAVE_NANOSLEEP
140 146
141/* NetBSD */ 147/* NetBSD */
142#undef HAVE_NETBSD 148#undef HAVE_NETBSD
143 149
144/* Define to 1 if you have the <netinet/in.h> header file. */ 150/* Define to 1 if you have the <netinet/in.h> header file. */
248#undef HAVE_SYS_CYGWIN_H 254#undef HAVE_SYS_CYGWIN_H
249 255
250/* Define to 1 if you have the <sys/epoll.h> header file. */ 256/* Define to 1 if you have the <sys/epoll.h> header file. */
251#undef HAVE_SYS_EPOLL_H 257#undef HAVE_SYS_EPOLL_H
252 258
259/* Define to 1 if you have the <sys/eventfd.h> header file. */
260#undef HAVE_SYS_EVENTFD_H
261
253/* Define to 1 if you have the <sys/event.h> header file. */ 262/* Define to 1 if you have the <sys/event.h> header file. */
254#undef HAVE_SYS_EVENT_H 263#undef HAVE_SYS_EVENT_H
255 264
256/* Define to 1 if you have the <sys/file.h> header file. */ 265/* Define to 1 if you have the <sys/file.h> header file. */
257#undef HAVE_SYS_FILE_H 266#undef HAVE_SYS_FILE_H
280/* Define to 1 if you have the <sys/time.h> header file. */ 289/* Define to 1 if you have the <sys/time.h> header file. */
281#undef HAVE_SYS_TIME_H 290#undef HAVE_SYS_TIME_H
282 291
283/* Define to 1 if you have the <sys/types.h> header file. */ 292/* Define to 1 if you have the <sys/types.h> header file. */
284#undef HAVE_SYS_TYPES_H 293#undef HAVE_SYS_TYPES_H
294
295/* Define to 1 if you have the <tr1/unordered_map> header file. */
296#undef HAVE_TR1_UNORDERED_MAP
285 297
286/* Universal tun/tap driver present */ 298/* Universal tun/tap driver present */
287#undef HAVE_TUNTAP 299#undef HAVE_TUNTAP
288 300
289/* Define to 1 if you have the <unistd.h> header file. */ 301/* Define to 1 if you have the <unistd.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines