From: robs Date: Sat, 1 Sep 2001 00:54:49 +0000 (+0000) Subject: Remove obsolete file - the use of accconfig is deprecated in favour of the 3 argument... X-Git-Tag: 0.67_01~191 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa58c8035767fd903d82271310847ab1446724d3;p=catagits%2Ffcgi2.git Remove obsolete file - the use of accconfig is deprecated in favour of the 3 argument version of AC_DEFINE (and others). --- diff --git a/acconfig.h b/acconfig.h deleted file mode 100755 index 4bbee08..0000000 --- a/acconfig.h +++ /dev/null @@ -1,17 +0,0 @@ -/* acconfig.h - Used by autoheader to generate include/fcgi_config.h. */ - -/* Define if socklen_t exists. */ -#undef HAVE_SOCKLEN - -/* Define if sockaddr_un in contains the sun_len component */ -#undef HAVE_SOCKADDR_UN_SUN_LEN - -/* Define if we have f{set,get}pos functions */ -#undef HAVE_FPOS - -/* Define if we need cross-process locking */ -#undef USE_LOCKING - -/* Define if va_arg(arg, long double) crashes the compiler. */ -#undef HAVE_VA_ARG_LONG_DOUBLE_BUG -