Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 3d3049ae1304 |
children | 223736d75acb |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
343 #undef HAVE_KILLPG /* BSD */ | 343 #undef HAVE_KILLPG /* BSD */ |
344 #undef HAVE_TCGETPGRP /* Posix 1 */ | 344 #undef HAVE_TCGETPGRP /* Posix 1 */ |
345 #undef HAVE_ISASTREAM /* SysV streams */ | 345 #undef HAVE_ISASTREAM /* SysV streams */ |
346 #undef HAVE_PTY_H /* Linux, Tru64 openpty */ | 346 #undef HAVE_PTY_H /* Linux, Tru64 openpty */ |
347 #undef HAVE_LIBUTIL_H /* BSD openpty */ | 347 #undef HAVE_LIBUTIL_H /* BSD openpty */ |
348 #undef HAVE_UTIL_H /* NetBSD openpty */ | |
348 #undef HAVE_STROPTS_H /* SysV streams */ | 349 #undef HAVE_STROPTS_H /* SysV streams */ |
349 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ | 350 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */ |
350 | 351 |
351 #undef HAVE_SOCKETS | 352 #undef HAVE_SOCKETS |
352 #undef HAVE_SOCKADDR_SUN_LEN | 353 #undef HAVE_SOCKADDR_SUN_LEN |
829 /* Avoid C++ keywords used as ordinary C identifiers */ | 830 /* Avoid C++ keywords used as ordinary C identifiers */ |
830 # define class c_class | 831 # define class c_class |
831 # define new c_new | 832 # define new c_new |
832 # define this c_this | 833 # define this c_this |
833 # define catch c_catch | 834 # define catch c_catch |
834 # define not c_not | |
835 | 835 |
836 # define EXTERN_C extern "C" | 836 # define EXTERN_C extern "C" |
837 # else /* C code */ | 837 # else /* C code */ |
838 # define EXTERN_C extern | 838 # define EXTERN_C extern |
839 # endif | 839 # endif |