summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
committerPaul Smith <psmith@gnu.org>2009-11-16 02:31:23 +0000
commit293f93fe090eef5bb1d34776d87b408994246c07 (patch)
tree334880e1954d3efa4f00fe7ce9a7c0f997a75232 /config.h-vms.template
parent49d5a0a5b654fee2eed672312c2c81b231062fab (diff)
downloadmake-293f93fe090eef5bb1d34776d87b408994246c07.tar.gz
Add VMS enhancements from Hartmut Becker.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h-vms.template b/config.h-vms.template
index 9811d6c5..68af4ec7 100644
--- a/config.h-vms.template
+++ b/config.h-vms.template
@@ -76,6 +76,9 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* 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 <http://www.gnu.org/licenses/>. */
/* #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 */