Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 2651:3580ae2ce979
[xemacs-hg @ 2005-03-11 11:18:44 by malcolmp]
Upgrade from autoconf 2.13 to autoconf 2.59.
author | malcolmp |
---|---|
date | Fri, 11 Mar 2005 11:20:34 +0000 |
parents | f2bd34928a0f |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
2650:fc554bcc59e7 | 2651:3580ae2ce979 |
---|---|
322 #undef HAVE_LIBINTL | 322 #undef HAVE_LIBINTL |
323 #undef HAVE_LIBDNET | 323 #undef HAVE_LIBDNET |
324 #undef HAVE_LIBRESOLV | 324 #undef HAVE_LIBRESOLV |
325 | 325 |
326 /* Is `sys_siglist' declared by <signal.h>? */ | 326 /* Is `sys_siglist' declared by <signal.h>? */ |
327 #undef SYS_SIGLIST_DECLARED | 327 #undef HAVE_DECL_SYS_SIGLIST |
328 | 328 |
329 /* Is `struct timeval' declared by <sys/time.h>? */ | 329 /* Is `struct timeval' declared by <sys/time.h>? */ |
330 #undef HAVE_TIMEVAL | 330 #undef HAVE_TIMEVAL |
331 | 331 |
332 | 332 |
417 #undef HAVE_UTIME | 417 #undef HAVE_UTIME |
418 #undef HAVE_UTIMES | 418 #undef HAVE_UTIMES |
419 #undef HAVE_SIGSETJMP | 419 #undef HAVE_SIGSETJMP |
420 | 420 |
421 /* Many flavors of PTY support */ | 421 /* Many flavors of PTY support */ |
422 #undef HAVE_GETPT /* glibc's easy pty allocation function */ | 422 /* glibc's easy pty allocation function */ |
423 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ | 423 #undef HAVE_GETPT |
424 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ | 424 /* SGI's easy pty allocation function */ |
425 #undef HAVE_GRANTPT /* Unix98 */ | 425 #undef HAVE__GETPTY |
426 #undef HAVE_UNLOCKPT /* Unix98 */ | 426 /* BSD's easy pty allocation function */ |
427 #undef HAVE_PTSNAME /* Unix98 */ | 427 #undef HAVE_OPENPTY |
428 #undef HAVE_KILLPG /* BSD */ | 428 /* Unix98 */ |
429 #undef HAVE_TCGETPGRP /* Posix 1 */ | 429 #undef HAVE_GRANTPT |
430 #undef HAVE_ISASTREAM /* SysV streams */ | 430 /* Unix98 */ |
431 #undef HAVE_SYS_PTY_H /* AIX */ | 431 #undef HAVE_UNLOCKPT |
432 #undef HAVE_SYS_PTYIO_H /* HP-UX */ | 432 /* Unix98 */ |
433 #undef HAVE_PTY_H /* Linux, Tru64 */ | 433 #undef HAVE_PTSNAME |
434 #undef HAVE_LIBUTIL_H /* BSD openpty */ | 434 /* BSD */ |
435 #undef HAVE_UTIL_H /* NetBSD openpty */ | 435 #undef HAVE_KILLPG |
436 #undef HAVE_STROPTS_H /* SysV streams */ | 436 /* Posix 1 */ |
437 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ | 437 #undef HAVE_TCGETPGRP |
438 /* SysV streams */ | |
439 #undef HAVE_ISASTREAM | |
440 /* AIX */ | |
441 #undef HAVE_SYS_PTY_H | |
442 /* HP-UX */ | |
443 #undef HAVE_SYS_PTYIO_H | |
444 /* Linux, Tru64 */ | |
445 #undef HAVE_PTY_H | |
446 /* BSD openpty */ | |
447 #undef HAVE_LIBUTIL_H | |
448 /* NetBSD openpty */ | |
449 #undef HAVE_UTIL_H | |
450 /* SysV streams */ | |
451 #undef HAVE_STROPTS_H | |
452 /* SysV streams TIOCSIGNAL */ | |
453 #undef HAVE_STRTIO_H | |
438 | 454 |
439 #undef HAVE_SOCKETS | 455 #undef HAVE_SOCKETS |
440 #undef HAVE_SOCKADDR_SUN_LEN | 456 #undef HAVE_SOCKADDR_SUN_LEN |
441 #undef HAVE_MULTICAST | 457 #undef HAVE_MULTICAST |
442 #undef HAVE_SYSVIPC | 458 #undef HAVE_SYSVIPC |
509 #undef HAVE_LDAP_PARSE_RESULT | 525 #undef HAVE_LDAP_PARSE_RESULT |
510 | 526 |
511 /* Do we have PostgreSQL RDBMS support? */ | 527 /* Do we have PostgreSQL RDBMS support? */ |
512 #undef HAVE_POSTGRESQL | 528 #undef HAVE_POSTGRESQL |
513 #undef HAVE_POSTGRESQLV7 | 529 #undef HAVE_POSTGRESQLV7 |
514 #undef LIBPQ_FE_H_FILE /* main PostgreSQL header file */ | 530 /* main PostgreSQL header file */ |
531 #undef LIBPQ_FE_H_FILE | |
515 | 532 |
516 /* Do you have the Xauth library present? This will add some extra | 533 /* Do you have the Xauth library present? This will add some extra |
517 functionality to gnuserv. */ | 534 functionality to gnuserv. */ |
518 #undef HAVE_XAUTH | 535 #undef HAVE_XAUTH |
519 | 536 |