summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 01:14:08 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 01:14:08 +0100
commit72119afe00e25af5e9378587e939c3677d8c146f (patch)
tree6ca9953e98d8d7aa7816fbbbfe834b4bf226376c /vms
parent776d15d38359255434f5d55722430dfcb7b3eba5 (diff)
downloadlibxml2-72119afe00e25af5e9378587e939c3677d8c146f.tar.gz
Don't check for standard C89 library functions
Don't check for - fprintf - localtime - printf - rand - sprintf - srand - sscanf - strftime - time - vfprintf - vsprintf If the C99 functions snprintf and vsnprintf are missing, Trio is enabled.
Diffstat (limited to 'vms')
-rwxr-xr-xvms/config.vms15
1 files changed, 0 insertions, 15 deletions
diff --git a/vms/config.vms b/vms/config.vms
index 1277114c..b7a2fc87 100755
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -2,9 +2,6 @@
#define VMS 1
-/* Define if you have the strftime function. */
-#define HAVE_STRFTIME 1
-
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -16,15 +13,6 @@
#define ICONV_CONST
-/* Define if you have the localtime function. */
-#define HAVE_LOCALTIME 1
-
-/* Define if you have the snprintf function. */
-#undef HAVE_SNPRINTF
-
-/* Define if you have the strftime function. */
-#define HAVE_STRFTIME 1
-
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
@@ -37,9 +25,6 @@
/* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
-/* Define to 1 if you have the `strftime' function. */
-#define HAVE_STRFTIME 1
-
/* Define if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H