diff options
-rwxr-xr-x | lib/config-vms.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-vms.h b/lib/config-vms.h index bbc8c5969..8e894aae3 100755 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -366,3 +366,6 @@ #define HAVE_MEMORY_H 1 #define HAVE_FIONBIO 1 + +/* Define if you have the `sigsetjmp' function. */ +#define HAVE_SIGSETJMP 1 |