summaryrefslogtreecommitdiff
path: root/ide/Xcode3/config.h
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-12-20 15:04:40 +0000
committerManolo Gouy <Manolo>2014-12-20 15:04:40 +0000
commit006d86b7e904525ee060426dd9ac4ee3ef2c4dfc (patch)
treee85e770fcb7a73a34c7b8823a87c508d80b0aeb3 /ide/Xcode3/config.h
parent09230a9878ea780ada3e807c5263b586a7aeda0d (diff)
Removed the Xcode3 directory altogether because Xcode3 is very old
and because Xcode3 opens very well the Xcode4 ide anyway. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10502 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/config.h')
-rw-r--r--ide/Xcode3/config.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/ide/Xcode3/config.h b/ide/Xcode3/config.h
deleted file mode 100644
index da55383cf..000000000
--- a/ide/Xcode3/config.h
+++ /dev/null
@@ -1,58 +0,0 @@
-/*
- * "$Id$"
- *
- * Configuration file for the Fast Light Tool Kit (FLTK).
- *
- * Copyright 1998-2011 by Bill Spitzak and others.
- */
-
-#define FLTK_DATADIR "/usr/local/share/fltk"
-#define FLTK_DOCDIR "/usr/local/share/doc/fltk"
-#define BORDER_WIDTH 2
-#define HAVE_GL 1
-#define HAVE_GL_GLU_H 1
-#define USE_COLORMAP 1
-#define HAVE_XINERAMA 0
-#define USE_XFT 0
-#define HAVE_XDBE 0
-#define USE_XDBE HAVE_XDBE
-#define __APPLE_QUARTZ__ 1
-#define HAVE_OVERLAY 0
-#define HAVE_GL_OVERLAY HAVE_OVERLAY
-#if defined(__BIG_ENDIAN__)
-#define WORDS_BIGENDIAN 1
-#else
-#define WORDS_BIGENDIAN 0
-#endif
-#define U16 unsigned short
-#define U32 unsigned
-#define HAVE_DIRENT_H 1
-#define HAVE_SCANDIR 1
-#define HAVE_VSNPRINTF 1
-#define HAVE_SNPRINTF 1
-#define HAVE_STRINGS_H 1
-#define HAVE_STRCASECMP 1
-#define HAVE_STRLCAT 1
-#define HAVE_STRLCPY 1
-#define HAVE_LOCALE_H 1
-#define HAVE_LOCALECONV 1
-#define HAVE_SYS_SELECT_H 1
-#define USE_POLL 0
-#define HAVE_LIBPNG 1
-#define HAVE_LIBZ 1
-#define HAVE_LIBJPEG 1
-#define HAVE_PNG_H 1
-#define HAVE_PNG_GET_VALID 1
-#define HAVE_PNG_SET_TRNS_TO_ALPHA 1
-#define HAVE_PTHREAD 1
-#define HAVE_PTHREAD_H 1
-#define HAVE_LONG_LONG 1
-#define FLTK_LLFMT "%lld"
-#define FLTK_LLCAST (long long)
-#define HAVE_STRTOLL 1
-#define HAVE_DLFCN_H 1
-#define HAVE_DLSYM 1
-
-/*
- * End of "$Id$".
- */