diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 22:28:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 22:28:36 +0000 |
commit | fa47138327a98195d0be2c8c2d741cee8763d74d (patch) | |
tree | ab8d570987a14230a99ae8ffcdd917b773368ee1 | |
parent | 9421d4510a659bec000751842a293a4fa5cc54f5 (diff) |
VMS has setjmp.h
-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 8e894aae3..a2bf264d8 100755 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -369,3 +369,6 @@ /* Define if you have the `sigsetjmp' function. */ #define HAVE_SIGSETJMP 1 + +/* Define to 1 if you have the <setjmp.h> header file. */ +#define HAVE_SETJMP_H 1 |