From 441247cf0c9a508165a9eee89022feeb693d75d8 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sun, 2 Nov 2003 18:14:11 +0000 Subject: [PATCH] remove unused stanzas --- expat/lib/macconfig.h | 51 ---------------------------------------- expat/vms/expat_config.h | 9 ------- 2 files changed, 60 deletions(-) diff --git a/expat/lib/macconfig.h b/expat/lib/macconfig.h index 3c5eb541..2725caaf 100644 --- a/expat/lib/macconfig.h +++ b/expat/lib/macconfig.h @@ -18,66 +18,15 @@ /* Define to 1 if you have the `bcopy' function. */ #undef HAVE_BCOPY -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_FCNTL_H - -/* Define to 1 if you have the `getpagesize' function. */ -#undef HAVE_GETPAGESIZE - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS - /* whether byteorder is bigendian */ #define WORDS_BIGENDIAN diff --git a/expat/vms/expat_config.h b/expat/vms/expat_config.h index b7da6eea..d5db89e5 100644 --- a/expat/vms/expat_config.h +++ b/expat/vms/expat_config.h @@ -18,9 +18,6 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN @@ -28,15 +25,9 @@ /* Define if you have the bcopy function. */ #undef HAVE_BCOPY -/* Define if you have the getpagesize function. */ -#undef HAVE_GETPAGESIZE - /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 -/* Define if you have the header file. */ -#undef HAVE_FCNTL_H - /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 -- 2.40.0