Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/config.h.in Mon Aug 13 10:59:30 2007 +0200 +++ b/src/config.h.in Mon Aug 13 11:00:12 2007 +0200 @@ -297,6 +297,14 @@ #undef HAVE_UTIMES #undef HAVE_WAITPID #undef HAVE_VSNPRINTF +/* UNIX98 PTY support functions + getpt is a glibc addition which emulates the master device on + systems without kernel support. */ +#undef HAVE_GRANTPT +#undef HAVE_UNLOCKPT +#undef HAVE_GETPT +#undef HAVE_PTSNAME + #undef HAVE_SOCKETS #undef HAVE_SOCKADDR_SUN_LEN #undef HAVE_MULTICAST @@ -571,9 +579,12 @@ /* Compile in support for NAS (Network Audio System)? NAS_NO_ERROR_JUMP means that the NAS libraries don't include some - error handling changes. */ + error handling changes. + NAS_USES_OWN_NAMESPACE means NAS headers define NAS_LITTLE_ENDIAN + instead of LITTLE_ENDIAN etc. */ #undef HAVE_NAS_SOUND #undef NAS_NO_ERROR_JUMP +#undef NAS_USES_OWN_NAMESPACE /* Compile in support for SunPro usage-tracking code? */ #undef USAGE_TRACKING