we don't have alpha, and stuff like that belongs

into conf-end.h anyways (autoconf annoys)
This commit is contained in:
tg 2004-03-21 01:19:44 +00:00
parent a1f46dc93a
commit 6c4e45f6e8

View File

@ -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. */ /* config.h. NOT generated automatically. */
@ -237,11 +238,7 @@
#define SIZEOF_INT 4 #define SIZEOF_INT 4
/* The number of bytes in a long. */ /* The number of bytes in a long. */
#if defined(alpha)
#define SIZEOF_LONG 8
#else
#define SIZEOF_LONG 4 #define SIZEOF_LONG 4
#endif
/* Define if you have the _setjmp function. */ /* Define if you have the _setjmp function. */
/* #undef HAVE__SETJMP */ /* #undef HAVE__SETJMP */