home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / config / config.h.in < prev    next >
Text File  |  1996-09-28  |  3KB  |  154 lines

  1.  
  2. /* Define this is dlsym need an underscore prefix */
  3. #undef    HAVE_DYN_UNDERSTORE
  4.  
  5. /* Do we have memcpy */
  6. #undef    HAVE_MEMCPY
  7.  
  8. /* Do we have memmove */
  9. #undef    HAVE_MEMMOVE
  10.  
  11. /* Do we have unstd.h */
  12. #undef    HAVE_UNISTD_H
  13.  
  14. /* Do we have io.h */
  15. #undef    HAVE_IO_H
  16.  
  17. /* Do we have sys/socket.h */
  18. #undef    HAVE_SYS_SOCKET_H
  19.  
  20. /* Do we have winsock.h */
  21. #undef    HAVE_WINSOCK_H
  22.  
  23. /* Do we have sys/time.h */
  24. #undef    HAVE_SYS_TIME_H
  25.  
  26. /* Do we have sys/ioctl.h */
  27. #undef    HAVE_SYS_IOCTL_H
  28.  
  29. /* Do we have fcntl.h */
  30. #undef    HAVE_FCNTL_H
  31.  
  32. /* Do we have sys/param.h */
  33. #undef    HAVE_SYS_PARAM_H
  34.  
  35. /* Do we have sys/utsname.h */
  36. #undef    HAVE_SYS_UTSNAME_H
  37.  
  38. /* Do we have pwd.h */
  39. #undef    HAVE_PWD_H
  40.  
  41. /* Do we have dlfcn.h */
  42. #undef  HAVE_DLFCN_H
  43.  
  44. /* Do we have winbase.h */
  45. #undef  HAVE_WINBASE_H
  46.  
  47. /* Do we have wtyps.h */
  48. #undef  HAVE_WTYPES_H
  49.  
  50. /* Do we have dir.h */
  51. #undef    HAVE_DIR_H
  52.  
  53. /* Do we have dirent.h */
  54. #undef    HAVE_DIRENT_H
  55.  
  56. /* Do we have sys/ndir.h */
  57. #undef    HAVE_SYS_NDIR_H
  58.  
  59. /* Do we have ndir.h */
  60. #undef    HAVE_NDIR_H
  61.  
  62. /* Do we have malloc.h */
  63. #undef    HAVE_MALLOC_H
  64.  
  65. /* Do we have sys/filio.h */
  66. #undef    HAVE_SYS_FILIO_H
  67.  
  68. /* Do we have asm/sigcontext.h - linuxism */
  69. #undef    HAVE_ASM_SIGCONTEXT_H
  70.  
  71. /* Do we have mach-o/rld.h - a Machism */
  72. #undef    MACH_O_RLD_H
  73.  
  74. /* Do we have strerror */
  75. #undef    HAVE_STRERROR
  76.  
  77. /* Do we support the IEEE remainder operation */
  78. #undef    HAVE_REMAINDER
  79.  
  80. /* Do we support the IEEE remainderf operation */
  81. #undef    HAVE_REMAINDERF
  82.  
  83. /* Do we have IEEE finite */
  84. #undef    HAVE_FINITE
  85.  
  86. /* Do we have fmod */
  87. #undef    HAVE_FMOD
  88.  
  89. /* Do we have isinf */
  90. #undef    HAVE_ISINF
  91.  
  92. /* Do we have isnan */
  93. #undef    HAVE_ISNAN
  94.  
  95. /* Do we have gettimeofday */
  96. #undef    HAVE_GETTIMEOFDAY
  97.  
  98. /* Do we have strftime */
  99. #undef    HAVE_STRFTIME
  100.  
  101. /* Do we have getuid */
  102. #undef    HAVE_GETUID
  103.  
  104. /* Do we have uname */
  105. #undef    HAVE_UNAME
  106.  
  107. /* Do we have ioctl */
  108. #undef    HAVE_IOCTL
  109.  
  110. /* Do we have fcntl */
  111. #undef    HAVE_FCNTL
  112.  
  113. /* Do we have getpagesize */
  114. #undef    HAVE_GETPAGESIZE
  115.  
  116. /* Do we have strtod */
  117. #undef    HAVE_STRTOD
  118.  
  119. /* How big are shorts */
  120. #undef    SIZEOF_SHORT
  121.  
  122. /* How big are ints */
  123. #undef    SIZEOF_INT
  124.  
  125. /* How big are long */
  126. #undef    SIZEOF_LONG
  127.  
  128. /* How big are long longs */
  129. #undef    SIZEOF_LONG_LONG
  130.  
  131. /* How big are __int64s */
  132. #undef    SIZEOF___INT64
  133.  
  134. /* How big are pointers */
  135. #undef    SIZEOF_VOIDP
  136.  
  137. /* Are we bigendian */
  138. #undef    WORDS_BIGENDIAN
  139.  
  140. /* Do we have 'standard' dynamic libraries */
  141. #undef    HAVE_LIBDL
  142.  
  143. /* Do we have Gnu's dynamic libraries */
  144. #undef    HAVE_LIBDLD
  145.  
  146. /* The shared library suffix */
  147. #undef    LIBRARYSUFFIX
  148.  
  149. /* Kaffe version number */
  150. #undef    KAFFEVERSION
  151.  
  152. /* Include any fixups (hacks) */
  153. #include "config-hacks.h"
  154.