Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 365:30d2cfa1092a r21-1-12
Import from CVS: tag r21-1-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:00:12 +0200 |
parents | 972bbb6d6ca2 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
364:63c3368d1275 | 365:30d2cfa1092a |
---|---|
295 #undef HAVE_ULIMIT | 295 #undef HAVE_ULIMIT |
296 #undef HAVE_USLEEP | 296 #undef HAVE_USLEEP |
297 #undef HAVE_UTIMES | 297 #undef HAVE_UTIMES |
298 #undef HAVE_WAITPID | 298 #undef HAVE_WAITPID |
299 #undef HAVE_VSNPRINTF | 299 #undef HAVE_VSNPRINTF |
300 /* UNIX98 PTY support functions | |
301 getpt is a glibc addition which emulates the master device on | |
302 systems without kernel support. */ | |
303 #undef HAVE_GRANTPT | |
304 #undef HAVE_UNLOCKPT | |
305 #undef HAVE_GETPT | |
306 #undef HAVE_PTSNAME | |
307 | |
300 #undef HAVE_SOCKETS | 308 #undef HAVE_SOCKETS |
301 #undef HAVE_SOCKADDR_SUN_LEN | 309 #undef HAVE_SOCKADDR_SUN_LEN |
302 #undef HAVE_MULTICAST | 310 #undef HAVE_MULTICAST |
303 #undef HAVE_SYSVIPC | 311 #undef HAVE_SYSVIPC |
304 | 312 |
569 /* Native sound may be provided via soundcard.h, in various directories */ | 577 /* Native sound may be provided via soundcard.h, in various directories */ |
570 #undef SOUNDCARD_H_PATH | 578 #undef SOUNDCARD_H_PATH |
571 | 579 |
572 /* Compile in support for NAS (Network Audio System)? | 580 /* Compile in support for NAS (Network Audio System)? |
573 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some | 581 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some |
574 error handling changes. */ | 582 error handling changes. |
583 NAS_USES_OWN_NAMESPACE means NAS headers define NAS_LITTLE_ENDIAN | |
584 instead of LITTLE_ENDIAN etc. */ | |
575 #undef HAVE_NAS_SOUND | 585 #undef HAVE_NAS_SOUND |
576 #undef NAS_NO_ERROR_JUMP | 586 #undef NAS_NO_ERROR_JUMP |
587 #undef NAS_USES_OWN_NAMESPACE | |
577 | 588 |
578 /* Compile in support for SunPro usage-tracking code? */ | 589 /* Compile in support for SunPro usage-tracking code? */ |
579 #undef USAGE_TRACKING | 590 #undef USAGE_TRACKING |
580 | 591 |
581 /* Compile in support for Tooltalk? */ | 592 /* Compile in support for Tooltalk? */ |