]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/f77demo/config.h: Generated file removed from cvs.
authorGary V. Vaughan <gary@gnu.org>
Tue, 21 Oct 2003 13:45:49 +0000 (13:45 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 21 Oct 2003 13:45:49 +0000 (13:45 +0000)
tests/f77demo/config.h [deleted file]

diff --git a/tests/f77demo/config.h b/tests/f77demo/config.h
deleted file mode 100644 (file)
index c79a74c..0000000
+++ /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 <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> 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"