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.18 by pcg, Mon Jan 28 12:00:13 2008 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
250/* Define to 1 if you have the <sys/cygwin.h> header file. */ 253/* Define to 1 if you have the <sys/cygwin.h> header file. */
251#undef HAVE_SYS_CYGWIN_H 254#undef HAVE_SYS_CYGWIN_H
252 255
253/* 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. */
254#undef HAVE_SYS_EPOLL_H 257#undef HAVE_SYS_EPOLL_H
258
259/* Define to 1 if you have the <sys/eventfd.h> header file. */
260#undef HAVE_SYS_EVENTFD_H
255 261
256/* 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. */
257#undef HAVE_SYS_EVENT_H 263#undef HAVE_SYS_EVENT_H
258 264
259/* 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. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines