From f8af3fe69a1db167afe248f1b0ce6b53581fa9ed Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 6 Sep 2002 07:28:46 +0000 Subject: [PATCH] File so no longer needed for autoconf 2.53 --- acconfig.h | 70 ------------------------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index e28cade..0000000 --- a/acconfig.h +++ /dev/null @@ -1,70 +0,0 @@ -/* - * HAVE_SIGACTION is defined iff sigaction() is available. - */ -#undef HAVE_SIGACTION - -/* - * HAVE_STRERROR is defined iff the standard libraries provide strerror(). - */ -#undef HAVE_STRERROR - -/* - * NLIST_HAS_N_NAME is defined iff a struct nlist has an n_name member. - * If it doesn't then we assume it has an n_un member which, in turn, - * has an n_name member. - */ -#undef NLIST_HAS_N_NAME - -/* - * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h. - */ -#undef HAVE_SYS_SELECT_H - -/* - * USCORE is defined iff C externals are prepended with an underscore. - */ -#undef USCORE - -/* - * Define if your tm struct in has a tm_gmtoff field. - */ -#undef HAVE_GMTOFF -/* - * Define if you have dlopen() and related routines (dynamic linking - * of shared object files). - */ -#undef HAVE_DLOPEN - -/* Define if your sys_errlist is a const definition */ -#undef HAVE_CONST_SYS_ERRLIST - -/* Define if you have the nlist() function. This is a - not-very-portable way of looking up external symbols. */ -#undef HAVE_NLIST - -#undef _HPUX_SOURCE - -#undef hpux - -#undef _XOPEN_SOURCE_EXTENDED - -#undef CYGWIN - -#undef HAVE_SETEGID - -#undef HAVE_SETREGID - -#undef HAVE_SETEUID - -#undef HAVE_SETREUID - -#undef socklen_t - -#undef HAVE_HARRIS -@BOTTOM@ -/* Include info we know about the system from config.scsh */ -#include "../scsh/machine/sysdep.h" - -#include "fake/sigact.h" -#include "fake/strerror.h" -#include "fake/sys-select.h"