diff options
| author | Mateusz Loskot <mateusz@loskot.net> | 2006-11-17 23:24:15 +0000 |
|---|---|---|
| committer | Mateusz Loskot <mateusz@loskot.net> | 2006-11-17 23:24:15 +0000 |
| commit | f8e8e4bebdb7030816a1cb24b0aa3426cce5791e (patch) | |
| tree | 2af39d26cfcbc0343213983d3b0d3b54ec91a6e6 /src | |
| parent | 6209aa6374a226cc889b4578a505b91f3ec0ec7e (diff) | |
| download | PROJ-f8e8e4bebdb7030816a1cb24b0aa3426cce5791e.tar.gz PROJ-f8e8e4bebdb7030816a1cb24b0aa3426cce5791e.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_config.h.wince | 68 |
1 files changed, 68 insertions, 0 deletions
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 <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 `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. */ +#define 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. */ +#define HAVE_STRING_H + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#define 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 + +/* 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 |
