From 72119afe00e25af5e9378587e939c3677d8c146f Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 2 Mar 2022 01:14:08 +0100 Subject: 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. --- vms/config.vms | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'vms') 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 header file. */ #undef HAVE_ARPA_INET_H @@ -37,9 +25,6 @@ /* Define if you have the 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 header file. */ #undef HAVE_SYS_MMAN_H -- cgit v1.2.1