diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _DEFINES_H | 1 | #ifndef _DEFINES_H |
2 | #define _DEFINES_H | 2 | #define _DEFINES_H |
3 | 3 | ||
4 | /* $Id: defines.h,v 1.61 2001/03/20 02:31:45 tim Exp $ */ | 4 | /* $Id: defines.h,v 1.62 2001/04/05 17:15:08 stevesk Exp $ */ |
5 | 5 | ||
6 | /* Some platforms need this for the _r() functions */ | 6 | /* Some platforms need this for the _r() functions */ |
7 | #if !defined(_REENTRANT) && !defined(SNI) | 7 | #if !defined(_REENTRANT) && !defined(SNI) |
@@ -421,9 +421,9 @@ struct winsize { | |||
421 | # endif /* defined(HAVE_XATEXIT) */ | 421 | # endif /* defined(HAVE_XATEXIT) */ |
422 | #endif /* !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) */ | 422 | #endif /* !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) */ |
423 | 423 | ||
424 | #if defined(HAVE_VHANGUP) && !defined(BROKEN_VHANGUP) | 424 | #if defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) |
425 | # define USE_VHANGUP | 425 | # define USE_VHANGUP |
426 | #endif /* defined(HAVE_VHANGUP) && !defined(BROKEN_VHANGUP) */ | 426 | #endif /* defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) */ |
427 | 427 | ||
428 | #ifndef GETPGRP_VOID | 428 | #ifndef GETPGRP_VOID |
429 | # define getpgrp() getpgrp(0) | 429 | # define getpgrp() getpgrp(0) |