From b6f45ddc5301b7d7f6472e38a475716ff1414186 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 16 Nov 2009 02:31:23 +0000 Subject: Add VMS enhancements from Hartmut Becker. --- config.h-vms.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index 9811d6c..68af4ec 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -76,6 +76,9 @@ this program. If not, see . */ /* Define to 1 if you don't have vprintf but do have _doprnt. */ /* #undef HAVE_DOPRNT */ +/* Define to 1 if you have the fdopen function. */ +#define HAVE_FDOPEN 1 + /* Define to 1 if your system has a working fnmatch function. */ /* #undef HAVE_FNMATCH */ @@ -289,7 +292,7 @@ this program. If not, see . */ /* #undef HAVE_SOCKET */ /* Define to 1 if you have the strcasecmp function. */ -/* #undef HAVE_STRCASECMP */ +#define HAVE_STRCASECMP 1 /* Define to 1 if you have the strcmpi function. */ /* #undef HAVE_STRCMPI */ -- cgit v1.2.3