diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-06-28 18:12:41 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:12:10 -0400 |
| commit | b499363df9ed9c919b566538bfdf44f2e6a6d44a (patch) | |
| tree | 047419da6d8a670f030c8e05e49778eb70f7076b /src | |
| parent | 0fa78bebfbe6333b958315918a2644891ebc914b (diff) | |
| download | PROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.tar.gz PROJ-b499363df9ed9c919b566538bfdf44f2e6a6d44a.zip | |
BLD: Remove proj_config.h.in.
It's generated by autoheader, which was mysteriously left out of
autogen.sh.
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_config.h.in | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/src/proj_config.h.in b/src/proj_config.h.in deleted file mode 100644 index 9e3c7319..00000000 --- a/src/proj_config.h.in +++ /dev/null @@ -1,80 +0,0 @@ -/* src/proj_config.h.in. Generated from configure.in by autoheader. */ - -/* 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 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 - -/* Define if your pthreads implementation have PTHREAD_MUTEX_RECURSIVE */ -#undef HAVE_PTHREAD_MUTEX_RECURSIVE - -/* 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 - -/* 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 - -/* 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 home page for this package. */ -#undef PACKAGE_URL - -/* 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 |
