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.19 by pcg, Sun Jan 18 03:44:09 2009 UTC vs.
Revision 1.22 by root, Wed Jul 10 01:51:40 2013 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
111/* Define to 1 if you have the `kqueue' function. */ 117/* Define to 1 if you have the `kqueue' function. */
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
117/* Define to 1 if you have the `m' library (-lm). */
118#undef HAVE_LIBM
119 122
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
122 125
123/* Define to 1 if you have the `rt' library (-lrt). */ 126/* Define to 1 if you have the `rt' library (-lrt). */
212#undef HAVE_RAND_PSEUDO_BYTES 215#undef HAVE_RAND_PSEUDO_BYTES
213 216
214/* Define to 1 if you have the `select' function. */ 217/* Define to 1 if you have the `select' function. */
215#undef HAVE_SELECT 218#undef HAVE_SELECT
216 219
220/* Define to 1 if you have the `signalfd' function. */
221#undef HAVE_SIGNALFD
222
217/* socklen_t available */ 223/* socklen_t available */
218#undef HAVE_SOCKLEN_T 224#undef HAVE_SOCKLEN_T
219 225
220/* Solaris/SunOS */ 226/* Solaris/SunOS */
221#undef HAVE_SOLARIS 227#undef HAVE_SOLARIS
275#undef HAVE_SYS_MMAN_H 281#undef HAVE_SYS_MMAN_H
276 282
277/* Define to 1 if you have the <sys/param.h> header file. */ 283/* Define to 1 if you have the <sys/param.h> header file. */
278#undef HAVE_SYS_PARAM_H 284#undef HAVE_SYS_PARAM_H
279 285
280/* Define to 1 if you have the <sys/queue.h> header file. */
281#undef HAVE_SYS_QUEUE_H
282
283/* Define to 1 if you have the <sys/select.h> header file. */ 286/* Define to 1 if you have the <sys/select.h> header file. */
284#undef HAVE_SYS_SELECT_H 287#undef HAVE_SYS_SELECT_H
285 288
289/* Define to 1 if you have the <sys/signalfd.h> header file. */
290#undef HAVE_SYS_SIGNALFD_H
291
286/* Define to 1 if you have the <sys/stat.h> header file. */ 292/* Define to 1 if you have the <sys/stat.h> header file. */
287#undef HAVE_SYS_STAT_H 293#undef HAVE_SYS_STAT_H
288 294
289/* Define to 1 if you have the <sys/time.h> header file. */ 295/* Define to 1 if you have the <sys/time.h> header file. */
290#undef HAVE_SYS_TIME_H 296#undef HAVE_SYS_TIME_H
331/* Define to the full name and version of this package. */ 337/* Define to the full name and version of this package. */
332#undef PACKAGE_STRING 338#undef PACKAGE_STRING
333 339
334/* Define to the one symbol short name of this package. */ 340/* Define to the one symbol short name of this package. */
335#undef PACKAGE_TARNAME 341#undef PACKAGE_TARNAME
342
343/* Define to the home page for this package. */
344#undef PACKAGE_URL
336 345
337/* Define to the version of this package. */ 346/* Define to the version of this package. */
338#undef PACKAGE_VERSION 347#undef PACKAGE_VERSION
339 348
340/* Add this many bytes of randomness to each packet. */ 349/* Add this many bytes of randomness to each packet. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines