mirror of https://github.com/fltk/fltk
Define WORDS_BIGENDIAN using __BIG_ENDIAN__ value
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5185932f5b
commit
97f7c0f524
|
@ -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$".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue