home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / ft-beta.zip / freetype / lib / arch / amigaos / ft_conf.h next >
Text File  |  1997-10-06  |  1KB  |  56 lines

  1. /* ft_conf.h for AmigaOS using ADE enviroment */
  2.  
  3. /* Define to empty if the keyword does not work. */
  4.  
  5. /* #undef const */
  6.  
  7. /* Define if you have a working `mmap' system call. */
  8.  
  9. /* #undef HAVE_MMAP */
  10.  
  11. /* Define if you have the ANSI C header files. */
  12.  
  13. #define STDC_HEADERS 1
  14.  
  15. /* Define if your processor stores words with the most significant
  16.  
  17. byte first (like Motorola and SPARC, unlike Intel and VAX). */
  18.  
  19. #define WORDS_BIGENDIAN 1
  20.  
  21. /* Define if the X Window System is missing or not being used. */
  22.  
  23. #define X_DISPLAY_MISSING
  24.  
  25. /* The number of bytes in a int. */
  26.  
  27. #define SIZEOF_INT 4
  28.  
  29. /* The number of bytes in a long. */
  30.  
  31. #define SIZEOF_LONG 4
  32.  
  33. /* Define if you have the basename function. */
  34.  
  35. #define HAVE_BASENAME 1
  36.  
  37. /* Define if you have the getpagesize function. */
  38.  
  39. #define HAVE_GETPAGESIZE 1
  40.  
  41. /* Define if you have the memcpy function. */
  42.  
  43. #define HAVE_MEMCPY 1
  44.  
  45. /* Define if you have the valloc function. */
  46.  
  47. #define HAVE_VALLOC 1
  48.  
  49. /* Define if you have the <fcntl.h> header file. */
  50.  
  51. #define HAVE_FCNTL_H 1
  52.  
  53. /* Define if you have the <unistd.h> header file. */
  54.  
  55. #define HAVE_UNISTD_H 1
  56.