You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.4KB

  1. /*
  2. * "$Id: config.h 8506 2011-03-04 17:51:22Z manolo $"
  3. *
  4. * Configuration file for the Fast Light Tool Kit (FLTK).
  5. *
  6. * Copyright 1998-2011 by Bill Spitzak and others.
  7. */
  8. #define FLTK_DATADIR "/usr/local/share/fltk"
  9. #define FLTK_DOCDIR "/usr/local/share/doc/fltk"
  10. #define BORDER_WIDTH 2
  11. #define HAVE_GL 1
  12. #define HAVE_GL_GLU_H 1
  13. #define USE_COLORMAP 1
  14. #define HAVE_XINERAMA 0
  15. #define USE_XFT 0
  16. #define HAVE_XDBE 0
  17. #define USE_XDBE HAVE_XDBE
  18. #define __APPLE_QUARTZ__ 1
  19. #define HAVE_OVERLAY 0
  20. #define HAVE_GL_OVERLAY HAVE_OVERLAY
  21. #if defined(__BIG_ENDIAN__)
  22. #define WORDS_BIGENDIAN 1
  23. #else
  24. #define WORDS_BIGENDIAN 0
  25. #endif
  26. #define U16 unsigned short
  27. #define U32 unsigned
  28. #define HAVE_DIRENT_H 1
  29. #define HAVE_SCANDIR 1
  30. #define HAVE_VSNPRINTF 1
  31. #define HAVE_SNPRINTF 1
  32. #define HAVE_STRINGS_H 1
  33. #define HAVE_STRCASECMP 1
  34. #define HAVE_STRLCAT 1
  35. #define HAVE_STRLCPY 1
  36. #define HAVE_LOCALE_H 1
  37. #define HAVE_LOCALECONV 1
  38. #define HAVE_SYS_SELECT_H 1
  39. #define USE_POLL 0
  40. #define HAVE_LIBPNG 1
  41. #define HAVE_LIBZ 1
  42. #define HAVE_LIBJPEG 1
  43. #define HAVE_PNG_H 1
  44. #define HAVE_PNG_GET_VALID 1
  45. #define HAVE_PNG_SET_TRNS_TO_ALPHA 1
  46. #define HAVE_PTHREAD 1
  47. #define HAVE_PTHREAD_H 1
  48. #define HAVE_LONG_LONG 1
  49. #define FLTK_LLFMT "%lld"
  50. #define FLTK_LLCAST (long long)
  51. #define HAVE_STRTOLL 1
  52. #define HAVE_DLFCN_H 1
  53. #define HAVE_DLSYM 1
  54. /*
  55. * End of "$Id: config.h 8506 2011-03-04 17:51:22Z manolo $".
  56. */