diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 10 |
1 files changed, 1 insertions, 9 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.84 2002/03/22 21:08:04 stevesk Exp $ */ | 4 | /* $Id: defines.h,v 1.85 2002/04/06 23:52:05 mouring Exp $ */ |
5 | 5 | ||
6 | /* Necessary headers */ | 6 | /* Necessary headers */ |
7 | 7 | ||
@@ -493,14 +493,6 @@ struct winsize { | |||
493 | # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) | 493 | # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) |
494 | #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */ | 494 | #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */ |
495 | 495 | ||
496 | #if !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) | ||
497 | # define atexit(a) on_exit(a, NULL) | ||
498 | #else | ||
499 | # if defined(HAVE_XATEXIT) | ||
500 | # define atexit(a) xatexit(a) | ||
501 | # endif /* defined(HAVE_XATEXIT) */ | ||
502 | #endif /* !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) */ | ||
503 | |||
504 | #if defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) | 496 | #if defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) |
505 | # define USE_VHANGUP | 497 | # define USE_VHANGUP |
506 | #endif /* defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) */ | 498 | #endif /* defined(HAVE_VHANGUP) && !defined(HAVE_DEV_PTMX) */ |