diff options
| author | Manolo Gouy <Manolo> | 2011-03-04 17:51:22 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-03-04 17:51:22 +0000 |
| commit | 97f7c0f52452126c3df10cab74db1f0c1f0f2aea (patch) | |
| tree | 48e2469be4775d9070d794f414e8ab70e9c683bd /ide | |
| parent | 5185932f5b2ce4a65eb904cbbb442af735a0e4cf (diff) | |
Define WORDS_BIGENDIAN using __BIG_ENDIAN__ value
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/Xcode3/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
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$". */ |
