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.20 by root, Tue Feb 15 13:31:21 2011 UTC

212#undef HAVE_RAND_PSEUDO_BYTES 212#undef HAVE_RAND_PSEUDO_BYTES
213 213
214/* Define to 1 if you have the `select' function. */ 214/* Define to 1 if you have the `select' function. */
215#undef HAVE_SELECT 215#undef HAVE_SELECT
216 216
217/* Define to 1 if you have the `signalfd' function. */
218#undef HAVE_SIGNALFD
219
217/* socklen_t available */ 220/* socklen_t available */
218#undef HAVE_SOCKLEN_T 221#undef HAVE_SOCKLEN_T
219 222
220/* Solaris/SunOS */ 223/* Solaris/SunOS */
221#undef HAVE_SOLARIS 224#undef HAVE_SOLARIS
275#undef HAVE_SYS_MMAN_H 278#undef HAVE_SYS_MMAN_H
276 279
277/* Define to 1 if you have the <sys/param.h> header file. */ 280/* Define to 1 if you have the <sys/param.h> header file. */
278#undef HAVE_SYS_PARAM_H 281#undef HAVE_SYS_PARAM_H
279 282
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. */ 283/* Define to 1 if you have the <sys/select.h> header file. */
284#undef HAVE_SYS_SELECT_H 284#undef HAVE_SYS_SELECT_H
285 285
286/* Define to 1 if you have the <sys/signalfd.h> header file. */
287#undef HAVE_SYS_SIGNALFD_H
288
286/* Define to 1 if you have the <sys/stat.h> header file. */ 289/* Define to 1 if you have the <sys/stat.h> header file. */
287#undef HAVE_SYS_STAT_H 290#undef HAVE_SYS_STAT_H
288 291
289/* Define to 1 if you have the <sys/time.h> header file. */ 292/* Define to 1 if you have the <sys/time.h> header file. */
290#undef HAVE_SYS_TIME_H 293#undef HAVE_SYS_TIME_H
331/* Define to the full name and version of this package. */ 334/* Define to the full name and version of this package. */
332#undef PACKAGE_STRING 335#undef PACKAGE_STRING
333 336
334/* Define to the one symbol short name of this package. */ 337/* Define to the one symbol short name of this package. */
335#undef PACKAGE_TARNAME 338#undef PACKAGE_TARNAME
339
340/* Define to the home page for this package. */
341#undef PACKAGE_URL
336 342
337/* Define to the version of this package. */ 343/* Define to the version of this package. */
338#undef PACKAGE_VERSION 344#undef PACKAGE_VERSION
339 345
340/* Add this many bytes of randomness to each packet. */ 346/* Add this many bytes of randomness to each packet. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines