From fa47138327a98195d0be2c8c2d741cee8763d74d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 4 Feb 2003 22:28:36 +0000
Subject: [PATCH] VMS has setjmp.h

---
 lib/config-vms.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/config-vms.h b/lib/config-vms.h
index 8e894aae36..a2bf264d83 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
-- 
GitLab