summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 00:29:17 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 00:43:54 +0100
commit776d15d38359255434f5d55722430dfcb7b3eba5 (patch)
tree2c205ab402f337d78864fc601e3c9e1c777898c6 /vms
parent8f3bd262413fbac0c2314249ea3836667fce4538 (diff)
downloadlibxml2-776d15d38359255434f5d55722430dfcb7b3eba5.tar.gz
Don't check for standard C89 headers
Don't check for - ctype.h - errno.h - float.h - limits.h - math.h - signal.h - stdarg.h - stdlib.h - string.h - time.h Stop including non-standard headers - malloc.h - strings.h
Diffstat (limited to 'vms')
-rwxr-xr-xvms/config.vms30
1 files changed, 0 insertions, 30 deletions
diff --git a/vms/config.vms b/vms/config.vms
index 7f4342cd..1277114c 100755
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -28,45 +28,18 @@
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
-/* Define if you have the <ctype.h> header file. */
-#define HAVE_CTYPE_H 1
-
-/* Define if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
-
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
-/* Define if you have the <float.h> header file. */
-#define HAVE_FLOAT_H 1
-
-/* Define if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
-
-/* Define if you have the <math.h> header file. */
-#define HAVE_MATH_H 1
-
/* Define if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
/* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
-/* Define if you have the <stdarg.h> header file. */
-#define HAVE_STDARG_H 1
-
-/* Define if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 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 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
@@ -85,9 +58,6 @@
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
-/* Define if you have the <time.h> header file. */
-#define HAVE_TIME_H 1
-
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1