diff options
Diffstat (limited to 'src/proj_config.h.in')
| -rw-r--r-- | src/proj_config.h.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/proj_config.h.in b/src/proj_config.h.in index e4992e2c..7a8d6943 100644 --- a/src/proj_config.h.in +++ b/src/proj_config.h.in @@ -6,9 +6,18 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <jni.h> header file. */ +#undef HAVE_JNI_H + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if you have localeconv */ +#undef HAVE_LOCALECONV + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -36,6 +45,10 @@ /* Enabled for Java/JNI Support */ #undef JNI_ENABLED +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -51,6 +64,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION |
