$OpenBSD: patch-src_config_h,v 1.1.1.1 2006/12/19 19:15:25 steven Exp $ --- src/config.h.orig Fri Nov 3 22:48:56 2006 +++ src/config.h Tue Dec 19 09:26:37 2006 @@ -17,13 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Determine Endianess of the machine */ - -#define HAVE_LITTLE_ENDIAN 1234 -#define HAVE_BIG_ENDIAN 4321 - -#define ENDIAN HAVE_LITTLE_ENDIAN - /* Test the fast float-to-int rounding trick works */