OSDN Git Service

Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 /* Define if DEBUGGING support is requested.  */
3 #undef DEBUGGING
4
5 /* Define if GCC supports builtin memset.  */
6 #undef HAVE_BUILTIN_MEMSET
7
8 /* Define if MALLOC_DEBUGGING support is requested.  */
9 #undef MALLOC_DEBUG
10
11 /* Define if using new vfork functionality. */
12 #undef NEWVFORK
13
14 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15    systems. This function is required for `alloca.c' support on those systems.
16    */
17 #undef CRAY_STACKSEG_END
18
19 /* Define to 1 if using `alloca.c'. */
20 #undef C_ALLOCA
21
22 /* Define to 1 if you have `alloca', as a function or macro. */
23 #undef HAVE_ALLOCA
24
25 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
26    */
27 #undef HAVE_ALLOCA_H
28
29 /* Define to the address where bug reports for this package should be sent. */
30 #undef PACKAGE_BUGREPORT
31
32 /* Define to the full name of this package. */
33 #undef PACKAGE_NAME
34
35 /* Define to the full name and version of this package. */
36 #undef PACKAGE_STRING
37
38 /* Define to the one symbol short name of this package. */
39 #undef PACKAGE_TARNAME
40
41 /* Define to the version of this package. */
42 #undef PACKAGE_VERSION
43
44 /* If using the C implementation of alloca, define if you know the
45    direction of stack growth for your system; otherwise it will be
46    automatically deduced at run-time.
47         STACK_DIRECTION > 0 => grows toward higher addresses
48         STACK_DIRECTION < 0 => grows toward lower addresses
49         STACK_DIRECTION = 0 => direction of growth unknown */
50 #undef STACK_DIRECTION