From: Gary V. Vaughan Date: Tue, 21 Oct 2003 13:45:49 +0000 (+0000) Subject: * tests/f77demo/config.h: Generated file removed from cvs. X-Git-Tag: release-1-9b~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddecdc8068a8b131f143ff74409def0a567388a;p=thirdparty%2Flibtool.git * tests/f77demo/config.h: Generated file removed from cvs. --- diff --git a/tests/f77demo/config.h b/tests/f77demo/config.h deleted file mode 100644 index c79a74c0d..000000000 --- a/tests/f77demo/config.h +++ /dev/null @@ -1,67 +0,0 @@ -/* config.h. Generated by configure. */ -/* config-h.in. Generated from configure.ac by autoheader. */ - -/* Define to dummy `main' function (if any) required to link to the Fortran 77 - libraries. */ -/* #undef F77_DUMMY_MAIN */ - -/* Define to a macro mangling the given C identifier (in lower and upper - case), which must not contain underscores, for linking with Fortran. */ -#define F77_FUNC(name,NAME) name ## _ - -/* As F77_FUNC, but for C identifiers containing underscores. */ -#define F77_FUNC_(name,NAME) name ## __ - -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_MEMORY_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Name of package */ -#define PACKAGE "f77demo" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-libtool@gnu.org" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "f77demo" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "f77demo 0.1" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "f77demo" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "0.1" - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "0.1"