From 97f7c0f52452126c3df10cab74db1f0c1f0f2aea Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 4 Mar 2011 17:51:22 +0000 Subject: Define WORDS_BIGENDIAN using __BIG_ENDIAN__ value git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/Xcode3/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ide/Xcode3') diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h index f005035be..da55383cf 100644 --- a/ide/Xcode3/config.h +++ b/ide/Xcode3/config.h @@ -1,9 +1,9 @@ /* - * "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2010 by Bill Spitzak and others. + * Copyright 1998-2011 by Bill Spitzak and others. */ #define FLTK_DATADIR "/usr/local/share/fltk" @@ -19,7 +19,7 @@ #define __APPLE_QUARTZ__ 1 #define HAVE_OVERLAY 0 #define HAVE_GL_OVERLAY HAVE_OVERLAY -#if defined(__ppc__) || defined(__ppc64__) +#if defined(__BIG_ENDIAN__) #define WORDS_BIGENDIAN 1 #else #define WORDS_BIGENDIAN 0 @@ -54,5 +54,5 @@ #define HAVE_DLSYM 1 /* - * End of "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $". + * End of "$Id$". */ -- cgit v1.2.3