applied Craig A. Berry patches for VMS Daniel

* testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
Daniel
diff --git a/vms/config.vms b/vms/config.vms
index e5f3c08..b898bf1 100755
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -100,6 +100,24 @@
 /* Define if you have the <stdlib.h> header file.  */
 #define HAVE_STDLIB_H	1
 
+/* Define to 1 if you have the `strdup' function. */
+#define HAVE_STRDUP 1
+
+/* Define to 1 if you have the `strerror' function. */
+#define HAVE_STRERROR 1
+
+/* Define to 1 if you have the `strftime' function. */
+#define HAVE_STRFTIME 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strndup' function. */
+#undef HAVE_STRNDUP
+
 /* Define if you have the <sys/dir.h> header file.  */
 #undef HAVE_SYS_DIR_H
 
@@ -113,10 +131,10 @@
 #undef HAVE_SYS_SELECT_H
 
 /* Define if you have the <sys/socket.h> header file.  */
-#undef HAVE_SYS_SOCKET_H
+#define HAVE_SYS_SOCKET_H 1
 
 /* Define if you have the <sys/stat.h> header file.  */
-#undef HAVE_SYS_STAT_H
+#define HAVE_SYS_STAT_H 1
 
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H