From a5966cb7a8ad989840ec91a9f0bd1725a68d77b7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 27 Jan 2011 22:01:14 +0200 Subject: PC and VMS fixes. --- vms/vms-conf.h | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'vms/vms-conf.h') 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 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 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. -- cgit v1.2.3