Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 535:c69610198c35
[xemacs-hg @ 2001-05-14 04:52:02 by martinb]
Eliminate the need to define HAVE_PTYS in s&m files.
author | martinb |
---|---|
date | Mon, 14 May 2001 04:52:49 +0000 |
parents | 0784d089fdc9 |
children | f486da5f1a3b |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
336 #undef HAVE_UTIME | 336 #undef HAVE_UTIME |
337 #undef HAVE_UTIMES | 337 #undef HAVE_UTIMES |
338 #undef HAVE_WAITPID | 338 #undef HAVE_WAITPID |
339 #undef HAVE_VSNPRINTF | 339 #undef HAVE_VSNPRINTF |
340 | 340 |
341 /* PTY support functions */ | 341 /* Many flavors of PTY support */ |
342 #undef HAVE_GETPT /* glibc's easy pty allocation function */ | 342 #undef HAVE_GETPT /* glibc's easy pty allocation function */ |
343 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ | 343 #undef HAVE__GETPTY /* SGI's easy pty allocation function */ |
344 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ | 344 #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ |
345 #undef HAVE_GRANTPT /* Unix98 */ | 345 #undef HAVE_GRANTPT /* Unix98 */ |
346 #undef HAVE_UNLOCKPT /* Unix98 */ | 346 #undef HAVE_UNLOCKPT /* Unix98 */ |
347 #undef HAVE_PTSNAME /* Unix98 */ | 347 #undef HAVE_PTSNAME /* Unix98 */ |
348 #undef HAVE_KILLPG /* BSD */ | 348 #undef HAVE_KILLPG /* BSD */ |
349 #undef HAVE_TCGETPGRP /* Posix 1 */ | 349 #undef HAVE_TCGETPGRP /* Posix 1 */ |
350 #undef HAVE_ISASTREAM /* SysV streams */ | 350 #undef HAVE_ISASTREAM /* SysV streams */ |
351 #undef HAVE_PTY_H /* Linux, Tru64 openpty */ | 351 #undef HAVE_SYS_PTY_H /* AIX */ |
352 #undef HAVE_SYS_PTYIO_H /* HP-UX */ | |
353 #undef HAVE_PTY_H /* Linux, Tru64 */ | |
352 #undef HAVE_LIBUTIL_H /* BSD openpty */ | 354 #undef HAVE_LIBUTIL_H /* BSD openpty */ |
353 #undef HAVE_UTIL_H /* NetBSD openpty */ | 355 #undef HAVE_UTIL_H /* NetBSD openpty */ |
354 #undef HAVE_STROPTS_H /* SysV streams */ | 356 #undef HAVE_STROPTS_H /* SysV streams */ |
355 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ | 357 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ |
356 | 358 |