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.23 by root, Tue Jul 16 16:44:36 2013 UTC

16#undef CRAY_STACKSEG_END 16#undef CRAY_STACKSEG_END
17 17
18/* Define to 1 if using `alloca.c'. */ 18/* Define to 1 if using `alloca.c'. */
19#undef C_ALLOCA 19#undef C_ALLOCA
20 20
21/* Select the auth digest algorithm to use. */
22#undef ENABLE_AUTH
23
21/* Select the symmetric cipher to use. */ 24/* Select the symmetric cipher to use. */
22#undef ENABLE_CIPHER 25#undef ENABLE_CIPHER
23 26
24/* Enable compression support. */ 27/* Enable compression support. */
25#undef ENABLE_COMPRESSION 28#undef ENABLE_COMPRESSION
38 41
39/* Define to 1 if translation of program messages to the user's native 42/* Define to 1 if translation of program messages to the user's native
40 language is requested. */ 43 language is requested. */
41#undef ENABLE_NLS 44#undef ENABLE_NLS
42 45
43/* ROHC support */ 46/* POSIX thread support. */
44#undef ENABLE_ROHC 47#undef ENABLE_PTHREADS
45 48
46/* TCP protocol support. */ 49/* TCP protocol support. */
47#undef ENABLE_TCP 50#undef ENABLE_TCP
48 51
49/* Define to 1 if you have `alloca', as a function or macro. */ 52/* Define to 1 if you have `alloca', as a function or macro. */
63#undef HAVE_CLOCALE 66#undef HAVE_CLOCALE
64 67
65/* Define to 1 if you have the `clock_gettime' function. */ 68/* Define to 1 if you have the `clock_gettime' function. */
66#undef HAVE_CLOCK_GETTIME 69#undef HAVE_CLOCK_GETTIME
67 70
71/* Define to 1 to use the syscall interface for clock_gettime */
72#undef HAVE_CLOCK_SYSCALL
73
68/* Cygwin */ 74/* Cygwin */
69#undef HAVE_CYGWIN 75#undef HAVE_CYGWIN
70 76
71/* Define to 1 if you have the `daemon' function. */ 77/* Define to 1 if you have the `daemon' function. */
72#undef HAVE_DAEMON 78#undef HAVE_DAEMON
79#undef HAVE_DCGETTEXT 85#undef HAVE_DCGETTEXT
80 86
81/* Define to 1 if you have the `epoll_ctl' function. */ 87/* Define to 1 if you have the `epoll_ctl' function. */
82#undef HAVE_EPOLL_CTL 88#undef HAVE_EPOLL_CTL
83 89
90/* Define to 1 if you have the `eventfd' function. */
91#undef HAVE_EVENTFD
92
84/* Define to 1 if you have the <ext/hash_map> header file. */ 93/* Define to 1 if you have the <ext/hash_map> header file. */
85#undef HAVE_EXT_HASH_MAP 94#undef HAVE_EXT_HASH_MAP
86 95
87/* Define to 1 if you have the <fcntl.h> header file. */ 96/* Define to 1 if you have the <fcntl.h> header file. */
88#undef HAVE_FCNTL_H 97#undef HAVE_FCNTL_H
89 98
99/* Define to 1 if the floor function is available */
100#undef HAVE_FLOOR
101
90/* FreeBSD */ 102/* FreeBSD */
91#undef HAVE_FREEBSD 103#undef HAVE_FREEBSD
92 104
93/* Define if the GNU gettext() function is already present or preinstalled. */ 105/* Define if the GNU gettext() function is already present or preinstalled. */
94#undef HAVE_GETTEXT 106#undef HAVE_GETTEXT
108/* Define to 1 if you have the `kqueue' function. */ 120/* Define to 1 if you have the `kqueue' function. */
109#undef HAVE_KQUEUE 121#undef HAVE_KQUEUE
110 122
111/* Define to 1 if you have the `gmp' library (-lgmp). */ 123/* Define to 1 if you have the `gmp' library (-lgmp). */
112#undef HAVE_LIBGMP 124#undef HAVE_LIBGMP
113
114/* Define to 1 if you have the `m' library (-lm). */
115#undef HAVE_LIBM
116 125
117/* Define to 1 if you have the `nsl' library (-lnsl). */ 126/* Define to 1 if you have the `nsl' library (-lnsl). */
118#undef HAVE_LIBNSL 127#undef HAVE_LIBNSL
119 128
120/* Define to 1 if you have the `rt' library (-lrt). */ 129/* Define to 1 if you have the `rt' library (-lrt). */
209#undef HAVE_RAND_PSEUDO_BYTES 218#undef HAVE_RAND_PSEUDO_BYTES
210 219
211/* Define to 1 if you have the `select' function. */ 220/* Define to 1 if you have the `select' function. */
212#undef HAVE_SELECT 221#undef HAVE_SELECT
213 222
223/* Define to 1 if you have the `signalfd' function. */
224#undef HAVE_SIGNALFD
225
214/* socklen_t available */ 226/* socklen_t available */
215#undef HAVE_SOCKLEN_T 227#undef HAVE_SOCKLEN_T
216 228
217/* Solaris/SunOS */ 229/* Solaris/SunOS */
218#undef HAVE_SOLARIS 230#undef HAVE_SOLARIS
251#undef HAVE_SYS_CYGWIN_H 263#undef HAVE_SYS_CYGWIN_H
252 264
253/* 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. */
254#undef HAVE_SYS_EPOLL_H 266#undef HAVE_SYS_EPOLL_H
255 267
268/* Define to 1 if you have the <sys/eventfd.h> header file. */
269#undef HAVE_SYS_EVENTFD_H
270
256/* 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. */
257#undef HAVE_SYS_EVENT_H 272#undef HAVE_SYS_EVENT_H
258 273
259/* 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. */
260#undef HAVE_SYS_FILE_H 275#undef HAVE_SYS_FILE_H
269#undef HAVE_SYS_MMAN_H 284#undef HAVE_SYS_MMAN_H
270 285
271/* 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. */
272#undef HAVE_SYS_PARAM_H 287#undef HAVE_SYS_PARAM_H
273 288
274/* Define to 1 if you have the <sys/queue.h> header file. */
275#undef HAVE_SYS_QUEUE_H
276
277/* 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. */
278#undef HAVE_SYS_SELECT_H 290#undef HAVE_SYS_SELECT_H
279 291
292/* Define to 1 if you have the <sys/signalfd.h> header file. */
293#undef HAVE_SYS_SIGNALFD_H
294
280/* 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. */
281#undef HAVE_SYS_STAT_H 296#undef HAVE_SYS_STAT_H
282 297
283/* 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. */
284#undef HAVE_SYS_TIME_H 299#undef HAVE_SYS_TIME_H
326#undef PACKAGE_STRING 341#undef PACKAGE_STRING
327 342
328/* Define to the one symbol short name of this package. */ 343/* Define to the one symbol short name of this package. */
329#undef PACKAGE_TARNAME 344#undef PACKAGE_TARNAME
330 345
346/* Define to the home page for this package. */
347#undef PACKAGE_URL
348
331/* Define to the version of this package. */ 349/* Define to the version of this package. */
332#undef PACKAGE_VERSION 350#undef PACKAGE_VERSION
333 351
334/* Add this many bytes of randomness to each packet. */ 352/* Add this many bytes of randomness to each packet. */
335#undef RAND_SIZE 353#undef RAND_SIZE
336 354
337/* Define as the return type of signal handlers (`int' or `void'). */ 355/* Define as the return type of signal handlers (`int' or `void'). */
338#undef RETSIGTYPE 356#undef RETSIGTYPE
357
358/* Size of RSA keys. */
359#undef RSABITS
339 360
340/* If using the C implementation of alloca, define if you know the 361/* If using the C implementation of alloca, define if you know the
341 direction of stack growth for your system; otherwise it will be 362 direction of stack growth for your system; otherwise it will be
342 automatically deduced at runtime. 363 automatically deduced at runtime.
343 STACK_DIRECTION > 0 => grows toward higher addresses 364 STACK_DIRECTION > 0 => grows toward higher addresses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines