Put the classes in the com.fastcgi package
[catagits/fcgi2.git] / acconfig.h
CommitLineData
0198fd3c 1/* Define to type of ssize_t, if not on this platform. */
2#undef ssize_t
3
4/* Define if you have the <sys/select.h> include file */
5#undef HAVE_SYS_SELECT_H
6
7/* Define if you don't have fd_set */
8#undef NO_FD_SET
9
10/* Define if you don't have sys_errlist */
11#undef NO_SYS_ERRLIST
12
13/* Define if want to compile with ASSERT() statements */
14#undef WITH_ASSERT
15
16/* Define if want to compile with additional debugging code */
17#undef WITH_DEBUG
18
19/* Define if want to compile with hooks for testing */
20#undef WITH_TEST
21
22/* Define if sockaddr_un in <sys/un.h> contains the sun_len component */
23#undef HAVE_SOCKADDR_UN_SUN_LEN
24
25/* Define if we have f{set,get}pos functions */
26#undef HAVE_FPOS
27
28/* Define if we need cross-process locking */
29#undef USE_LOCKING
30
31/* Define if va_arg(arg, long double) crashes the compiler. */
32#undef HAVE_VA_ARG_LONG_DOUBLE_BUG
33
34/* Don't know what this stuff is for */
35#undef HAVE_MATHLIB
36#undef WITH_DOMESTIC
37#undef WITH_EXPORT
38#undef WITH_GLOBAL