aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms-conf.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-01-27 22:01:14 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-01-27 22:01:14 +0200
commita5966cb7a8ad989840ec91a9f0bd1725a68d77b7 (patch)
tree2cf4576af1c90389e8422eec138652f96b967b43 /vms/vms-conf.h
parentfcdb37e7e7c6bbfc8726d57af4a0e1cb6dd01f6f (diff)
downloadegawk-a5966cb7a8ad989840ec91a9f0bd1725a68d77b7.tar.gz
egawk-a5966cb7a8ad989840ec91a9f0bd1725a68d77b7.tar.bz2
egawk-a5966cb7a8ad989840ec91a9f0bd1725a68d77b7.zip
PC and VMS fixes.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r--vms/vms-conf.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index 2a890760..705323ad 100644
--- a/vms/vms-conf.h
+++ b/vms/vms-conf.h
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 1991-1992, 1995-1996, 1999, 2001-2003, 2005, 2009, 2010
+ * Copyright (C) 1991-1992, 1995-1996, 1999, 2001-2003, 2005, 2009, 2010, 2011
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
@@ -145,7 +145,7 @@
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
-/* Define if you have the sigsegv library. */
+/* Define if you have the libsigsegv library. */
#undef HAVE_LIBSIGSEGV
/* Define to 1 if you have the `m' library (-lm). */
@@ -208,9 +208,6 @@
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
-/* we have portals on /p on this system */
-#undef HAVE_PORTALS
-
/* we'll use the one in [.missing_d] */
#undef HAVE_SETENV
@@ -245,6 +242,9 @@
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
+/* Define to 1 if you have the `strcoll' function. */
+#define HAVE_STRCOLL 1
+
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
@@ -419,9 +419,6 @@
/* The size of a `unsigned long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG 4
-/* return type of sprintf */
-#define SPRINTF_RET int
-
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -564,9 +561,6 @@
*/
#define PIPES_SIMULATED 1
-/* Define to 1 if you have the `strcoll' function. */
-#define HAVE_STRCOLL 1
-
/*
* VAXCRTL is pre-ANSI and does some variations of numeric formatting
* differently than gawk expects.