diff options
author | Marc G. Fournier | 1997-01-24 22:42:35 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-24 22:42:35 +0000 |
commit | c19b247aec78552d1dca7d9c2a679203c4d936fc (patch) | |
tree | f92b10b01594892a09e9a344d625465285c33562 /src/include/config.h | |
parent | f12c5f898cb6953abaac21e63f2206ca6ef382b0 (diff) |
Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure
Diffstat (limited to 'src/include/config.h')
-rw-r--r-- | src/include/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/config.h b/src/include/config.h index 6559c645c2f..a9214211326 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -11,6 +11,7 @@ #define HAVE_VALUES_H #define HAVE_MEMMOVE #define HAVE_TERMIOS_H +#define HAVE_SIGSETJMP #if defined(aix) # undef HAVE_TERMIOS_H @@ -143,7 +144,7 @@ # define NO_SIGACTION # define NO_SETSID # define NO_SIGPROCMASK -# define NEED_SIG_JMP +# undef HAVE_SIGSETJMP # endif # define HAVE_LIMITS_H @@ -189,7 +190,7 @@ typedef unsigned char slock_t; #if defined(win32) # define JMP_BUF -# define NEED_SIG_JMP +# undef HAVE_SIGSETJMP # define NO_UNISTD_H # define USES_WINSOCK # define NOFILE 100 |