From 2ec2c2d0dbb4846c5fab214d546d5ff21b3b6aac Mon Sep 17 00:00:00 2001 From: mmex Date: Wed, 23 Jul 2003 19:47:38 +0000 Subject: [PATCH] - change configuration to use modern AC_DEFINE, otherwise /usr/bin/autoheader fails when trying to compile RPMS. Single arg AC_DEFINE() is no longer supported fully. --- lnet/include/config.h.in | 67 +++++++++++++++++++++++++++++++------- lustre/portals/include/config.h.in | 67 +++++++++++++++++++++++++++++++------- 2 files changed, 112 insertions(+), 22 deletions(-) diff --git a/lnet/include/config.h.in b/lnet/include/config.h.in index 648a1f1..f9605ab1 100644 --- a/lnet/include/config.h.in +++ b/lnet/include/config.h.in @@ -1,19 +1,64 @@ -/* portals/include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* portals/include/config.h.in. Generated from configure.in by autoheader. */ -/* The number of bytes in a unsigned long long. */ -#undef SIZEOF_UNSIGNED_LONG_LONG +/* Compile with orphan support */ +#undef ENABLE_ORPHANS -/* Name of package */ -#undef PACKAGE +/* Use the Pinger */ +#undef ENABLE_PINGER -/* Version number of package */ -#undef VERSION +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef 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. */ +#undef 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 /* IOCTL Buffer Size */ #undef OBD_MAX_IOCTL_BUFFER -/* temporary pinger */ -#undef ENABLE_PINGER +/* Name of package */ +#undef PACKAGE -/* experimental orphans */ -#undef ENABLE_ORPHANS +/* 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 + +/* The size of a `unsigned long long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION diff --git a/lustre/portals/include/config.h.in b/lustre/portals/include/config.h.in index 648a1f1..f9605ab1 100644 --- a/lustre/portals/include/config.h.in +++ b/lustre/portals/include/config.h.in @@ -1,19 +1,64 @@ -/* portals/include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* portals/include/config.h.in. Generated from configure.in by autoheader. */ -/* The number of bytes in a unsigned long long. */ -#undef SIZEOF_UNSIGNED_LONG_LONG +/* Compile with orphan support */ +#undef ENABLE_ORPHANS -/* Name of package */ -#undef PACKAGE +/* Use the Pinger */ +#undef ENABLE_PINGER -/* Version number of package */ -#undef VERSION +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef 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. */ +#undef 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 /* IOCTL Buffer Size */ #undef OBD_MAX_IOCTL_BUFFER -/* temporary pinger */ -#undef ENABLE_PINGER +/* Name of package */ +#undef PACKAGE -/* experimental orphans */ -#undef ENABLE_ORPHANS +/* 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 + +/* The size of a `unsigned long long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION -- 1.8.3.1