From f8e8e4bebdb7030816a1cb24b0aa3426cce5791e Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 17 Nov 2006 23:24:15 +0000 Subject: Added proj_config.h_wince used by Windows CE port. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1378 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/proj_config.h.wince | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/proj_config.h.wince (limited to 'src') diff --git a/src/proj_config.h.wince b/src/proj_config.h.wince new file mode 100644 index 00000000..d24d13eb --- /dev/null +++ b/src/proj_config.h.wince @@ -0,0 +1,68 @@ +/* $Id$ */ + +/* + * Windows CE platform config. + */ +#ifndef _WIN32_WCE +# error This version of proj_config.h header is dedicated for Windows CE platform! +#endif + +/* 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 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. */ +#define 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. */ +#define HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Enabled for Java/JNI Support */ +#undef JNI_ENABLED + +/* 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