WORDS_BIGENDIAN has an architecture-dependent value.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-03-01 19:45:05 +00:00
parent 85256d15c4
commit 803a7c4d52
1 changed files with 4 additions and 0 deletions

View File

@ -19,7 +19,11 @@
#define __APPLE_QUARTZ__ 1
#define HAVE_OVERLAY 0
#define HAVE_GL_OVERLAY HAVE_OVERLAY
#if defined(__ppc__) || defined(__ppc64__)
#define WORDS_BIGENDIAN 1
#else
#define WORDS_BIGENDIAN 0
#endif
#define U16 unsigned short
#define U32 unsigned
#define HAVE_DIRENT_H 1