diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2003-03-31 14:45:29 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2003-03-31 14:45:29 +0000 |
| commit | 15620dac5228dd493fe0501e95db51736c4deb93 (patch) | |
| tree | e14d267130afa387d8ee607d11dd4a85c4b8b3d4 /src | |
| parent | 19e1b9b33f023500cfb4208ddd3f0379e65964d4 (diff) | |
| download | PROJ-15620dac5228dd493fe0501e95db51736c4deb93.tar.gz PROJ-15620dac5228dd493fe0501e95db51736c4deb93.zip | |
*** empty log message ***
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1128 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_config.h.in | 54 |
1 files changed, 49 insertions, 5 deletions
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 <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the <inttypes.h> 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 <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the <unistd.h> 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 - |
