Changes that are the result of the OMI_CONFIG being removed from configure.in.
[catagits/fcgi2.git] / acconfig.h
CommitLineData
9da0040f 1/* acconfig.h - Used by autoheader to generate include/fcgi_config.h. */
3d574870 2
3/* Define if socklen_t exists. */
4#undef HAVE_SOCKLEN
5
6/* Define if sockaddr_un in <sys/un.h> contains the sun_len component */
7#undef HAVE_SOCKADDR_UN_SUN_LEN
8
9/* Define if we have f{set,get}pos functions */
10#undef HAVE_FPOS
11
12/* Define if we need cross-process locking */
13#undef USE_LOCKING
14
15/* Define if va_arg(arg, long double) crashes the compiler. */
16#undef HAVE_VA_ARG_LONG_DOUBLE_BUG
17