From 6c4e45f6e88a090d63662c82ad0a2365724d56bb Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 21 Mar 2004 01:19:44 +0000 Subject: [PATCH] we don't have alpha, and stuff like that belongs into conf-end.h anyways (autoconf annoys) --- config.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index 57a129b..72c757e 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,5 @@ -/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */ +/* $MirBSD: config.h,v 1.2 2004/03/21 01:19:44 tg Exp $ */ +/* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */ /* config.h. NOT generated automatically. */ @@ -83,7 +84,7 @@ /* #undef DUP2_BROKEN */ /* Define as the return value of signal handlers (0 or ). */ -#define RETSIGVAL +#define RETSIGVAL /* Define if you have posix signal routines (sigaction(), et. al.) */ #define POSIX_SIGNALS 1 @@ -237,11 +238,7 @@ #define SIZEOF_INT 4 /* The number of bytes in a long. */ -#if defined(alpha) -#define SIZEOF_LONG 8 -#else #define SIZEOF_LONG 4 -#endif /* Define if you have the _setjmp function. */ /* #undef HAVE__SETJMP */