Add specific configure option to enable the WatchOS BCL libraries.
[mono-project.git] / eglib / winconfig.h
blob04e8d4075ce134087eb22387b8b0da242f4ab482
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 #ifndef _MSC_VER
5 #include "cygconfig.h"
6 #else
8 /* Define to 1 if you have the <dlfcn.h> header file. */
9 #define HAVE_DLFCN_H 1
11 /* Define to 1 if you have the <inttypes.h> header file. */
12 #define HAVE_INTTYPES_H 1
14 /* Define to 1 if you have the <memory.h> header file. */
15 #define HAVE_MEMORY_H 1
17 /* Define to 1 if you have the <pwd.h> header file. */
18 /* #undef HAVE_PWD_H 1 */
20 /* Define to 1 if you have the <stdint.h> header file. */
21 #define HAVE_STDINT_H 1
23 /* Define to 1 if you have the <stdlib.h> header file. */
24 #define HAVE_STDLIB_H 1
26 /* Define to 1 if you have the <strings.h> header file. */
27 #define HAVE_STRINGS_H 1
29 /* Define to 1 if you have the <string.h> header file. */
30 #define HAVE_STRING_H 1
32 /* Define to 1 if you have the `strlcpy' function. */
33 /* #undef HAVE_STRLCPY */
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #define HAVE_SYS_STAT_H 1
38 /* Define to 1 if you have the <sys/time.h> header file. */
39 /* #undef HAVE_SYS_TIME_H */
41 /* Define to 1 if you have the <sys/types.h> header file. */
42 #define HAVE_SYS_TYPES_H 1
44 /* Define to 1 if you have the <sys/wait.h> header file. */
45 /* #undef HAVE_SYS_WAIT_H */
47 /* Define to 1 if you have the <unistd.h> header file. */
48 /* #undef HAVE_UNISTD_H */
50 /* Name of package */
51 #define PACKAGE "eglib"
53 /* Define to the address where bug reports for this package should be sent. */
54 #define PACKAGE_BUGREPORT ""
56 /* Define to the full name of this package. */
57 #define PACKAGE_NAME ""
59 /* Define to the full name and version of this package. */
60 #define PACKAGE_STRING ""
62 /* Define to the one symbol short name of this package. */
63 #define PACKAGE_TARNAME ""
65 /* Define to the version of this package. */
66 #define PACKAGE_VERSION ""
68 /* The size of a `int', as computed by sizeof. */
69 #define SIZEOF_INT 4
71 /* The size of a `void *', as computed by sizeof. */
72 #define SIZEOF_VOID_P 4
74 /* Define to 1 if you have the ANSI C header files. */
75 #define STDC_HEADERS 1
77 /* Version number of package */
78 #define VERSION "0.1"
80 #define HAVE_STRTOK_R 1
81 #endif