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.20 by root, Tue Feb 15 13:31:21 2011 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/* POSIX thread support. */
44#undef ENABLE_PTHREADS
45
43/* TCP protocol support. */ 46/* TCP protocol support. */
44#undef ENABLE_TCP 47#undef ENABLE_TCP
45 48
46/* 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. */
47#undef HAVE_ALLOCA 50#undef HAVE_ALLOCA
60#undef HAVE_CLOCALE 63#undef HAVE_CLOCALE
61 64
62/* Define to 1 if you have the `clock_gettime' function. */ 65/* Define to 1 if you have the `clock_gettime' function. */
63#undef HAVE_CLOCK_GETTIME 66#undef HAVE_CLOCK_GETTIME
64 67
65/* "use syscall interface for clock_gettime" */ 68/* Define to 1 to use the syscall interface for clock_gettime */
66#undef HAVE_CLOCK_SYSCALL 69#undef HAVE_CLOCK_SYSCALL
67 70
68/* Cygwin */ 71/* Cygwin */
69#undef HAVE_CYGWIN 72#undef HAVE_CYGWIN
70 73
88#undef HAVE_EXT_HASH_MAP 91#undef HAVE_EXT_HASH_MAP
89 92
90/* Define to 1 if you have the <fcntl.h> header file. */ 93/* Define to 1 if you have the <fcntl.h> header file. */
91#undef HAVE_FCNTL_H 94#undef HAVE_FCNTL_H
92 95
96/* Define to 1 if the floor function is available */
97#undef HAVE_FLOOR
98
93/* FreeBSD */ 99/* FreeBSD */
94#undef HAVE_FREEBSD 100#undef HAVE_FREEBSD
95 101
96/* Define if the GNU gettext() function is already present or preinstalled. */ 102/* Define if the GNU gettext() function is already present or preinstalled. */
97#undef HAVE_GETTEXT 103#undef HAVE_GETTEXT
112#undef HAVE_KQUEUE 118#undef HAVE_KQUEUE
113 119
114/* Define to 1 if you have the `gmp' library (-lgmp). */ 120/* Define to 1 if you have the `gmp' library (-lgmp). */
115#undef HAVE_LIBGMP 121#undef HAVE_LIBGMP
116 122
117/* Define to 1 if you have the `m' library (-lm). */
118#undef HAVE_LIBM
119
120/* Define to 1 if you have the `nsl' library (-lnsl). */ 123/* Define to 1 if you have the `nsl' library (-lnsl). */
121#undef HAVE_LIBNSL 124#undef HAVE_LIBNSL
125
126/* Define to 1 if you have the `pthread' library (-lpthread). */
127#undef HAVE_LIBPTHREAD
122 128
123/* Define to 1 if you have the `rt' library (-lrt). */ 129/* Define to 1 if you have the `rt' library (-lrt). */
124#undef HAVE_LIBRT 130#undef HAVE_LIBRT
125 131
126/* Define to 1 if you have the `socket' library (-lsocket). */ 132/* Define to 1 if you have the `socket' library (-lsocket). */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines