From 15620dac5228dd493fe0501e95db51736c4deb93 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Mon, 31 Mar 2003 14:45:29 +0000 Subject: *** empty log message *** git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1128 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/proj_config.h.in | 54 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/proj_config.h.in b/src/proj_config.h.in index 969f116d..31bc4886 100644 --- a/src/proj_config.h.in +++ b/src/proj_config.h.in @@ -1,14 +1,58 @@ -/* src/proj_config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* src/proj_config.h.in. Generated from configure.in by autoheader. */ -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H -/* Define if you have the m library (-lm). */ +/* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* 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 + /* Name of package */ #undef PACKAGE +/* 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. */ +#undef STDC_HEADERS + /* Version number of package */ #undef VERSION - -- cgit v1.2.3