home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / CLISP-2.LHA / CLISP960530-ki.lha / ffcall / trampoline / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-12  |  4.4 KB  |  178 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* These definitions are adjusted by `configure' automatically. */
  3. /* Bruno Haible 30.3.1995 */
  4.  
  5.  
  6. /* CPU */
  7. #ifndef __i386__
  8. /* #undef __i386__ */
  9. #endif
  10. #ifndef __m68k__
  11. #define __m68k__ 1
  12. #endif
  13. #ifndef __mips__
  14. /* #undef __mips__ */
  15. #endif
  16. #ifndef __sparc__
  17. /* #undef __sparc__ */
  18. #endif
  19. #ifndef __alpha__
  20. /* #undef __alpha__ */
  21. #endif
  22. #ifndef __hppa__
  23. /* #undef __hppa__ */
  24. #endif
  25. #ifndef __arm__
  26. /* #undef __arm__ */
  27. #endif
  28. #ifndef __rs6000__
  29. /* #undef __rs6000__ */
  30. #endif
  31. #ifndef __m88k__
  32. /* #undef __m88k__ */
  33. #endif
  34. #ifndef __convex__
  35. /* #undef __convex__ */
  36. #endif
  37.  
  38.  
  39. /* compiler characteristics */
  40.  
  41. /* CL_VOID */
  42. /* Define this as `char' if your compiler doesn't understand the void type. */
  43. /* #undef void */
  44.  
  45.  
  46. /* header files */
  47.  
  48. /* CL_STDC_HEADERS */
  49. /* Define if you have the ANSI C header files
  50.    <stdlib.h>, <stdarg.h>, <string.h>, <float.h>, <limits.h>. */
  51. #define STDC_HEADERS 1
  52.  
  53. /* CL_STDLIB_H */
  54. /* Define if you have <stdlib.h>. */
  55. #define HAVE_STDLIB_H 1
  56.  
  57. /* CL_UNISTD_H */
  58. /* Define if you have <unistd.h>. */
  59. #define HAVE_UNISTD_H 1
  60.  
  61. /* CL_OPENFLAGS */
  62. /* Define if you need <sys/file.h> for using open() flags like O_RDWR. */
  63. /* #undef NEED_SYS_FILE_H */
  64.  
  65.  
  66. /* typedefs */
  67.  
  68. /* AC_TYPE_SIZE_T */
  69. #ifndef size_t
  70. /* #undef size_t */
  71. #endif
  72.  
  73. /* AC_TYPE_OFF_T */
  74. #ifndef off_t
  75. /* #undef off_t */
  76. #endif
  77.  
  78.  
  79. /* functions and declarations */
  80.  
  81. /* CL_MALLOC */
  82. /* Define as the return type of malloc(). */
  83. #define RETMALLOCTYPE void*
  84. /* Define as the type of `size' in malloc() declaration. */
  85. #define MALLOC_SIZE_T size_t
  86.  
  87. /* CL_FREE */
  88. /* Define as the return type of free(). */
  89. #define RETFREETYPE void
  90.  
  91. /* CL_ABORT */
  92. /* Define as the return type of abort(). */
  93. #define RETABORTTYPE void
  94. /* Define as __volatile__ if the declaration of abort() needs it. */
  95. #define ABORT_VOLATILE
  96.  
  97. /* CL_MKDIR */
  98. /* Define as const if the declaration of mkdir() needs const. */
  99. #define MKDIR_CONST
  100. /* Define as the type of `mode' in mkdir(), open() declaration. */
  101. #define MODE_T mode_t
  102.  
  103. /* CL_OPEN */
  104. /* Define as const if the declaration of open() needs const. */
  105. #define OPEN_CONST
  106. /* Define if the declaration of open() needs dots. */
  107. #define OPEN_DOTS 1
  108.  
  109. /* CL_GETPAGESIZE */
  110. /* Define if you have getpagesize(). */
  111. #define HAVE_GETPAGESIZE 1
  112. /* Define as the return type of getpagesize(). */
  113. #define RETGETPAGESIZETYPE int
  114.  
  115. /* CL_MACH_VM */
  116. /* Define if you have the vm_allocate() and task_self() functions. */
  117. /* #undef HAVE_MACH_VM */
  118.  
  119. /* CL_MMAP */
  120. /* Define if you have <sys/mman.h> and the mmap() function. */
  121. /* #undef HAVE_MMAP */
  122. /* Define as the return type of mmap(). */
  123. /* #undef RETMMAPTYPE */
  124. /* Define as the type of `addr' in mmap() declaration. */
  125. /* #undef MMAP_ADDR_T */
  126. /* Define as the type of `len' in mmap() declaration. */
  127. /* #undef MMAP_SIZE_T */
  128. /* Define if <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works. */
  129. /* #undef HAVE_MMAP_ANON */
  130. /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS
  131.    works. */
  132. /* #undef HAVE_MMAP_ANONYMOUS */
  133. /* Define if mmaping of the special device /dev/zero works. */
  134. /* #undef HAVE_MMAP_DEVZERO */
  135. /* Define if mmaping of the special device /dev/zero works,
  136.    but only on addresses < 2^29. */
  137. /* #undef HAVE_MMAP_DEVZERO_SUN4_29 */
  138.  
  139. /* CL_MPROTECT */
  140. /* Define if you have the mprotect() function. */
  141. /* #undef HAVE_MPROTECT */
  142. /* Define if you have a working mprotect() function. */
  143. /* #undef HAVE_WORKING_MPROTECT */
  144. /* Define as const if the declaration of mprotect() needs const. */
  145. #define MPROTECT_CONST
  146.  
  147. /* CL_SHMGET */
  148. /* Define as the type of `size' in shmget() declaration. */
  149. /* #undef SHMGET_SIZE_T */
  150.  
  151. /* CL_SHMAT */
  152. /* Define as the return type of shmat(). */
  153. /* #undef RETSHMATTYPE */
  154. /* Define as const if the declaration of shmat() needs const. */
  155. #define SHMAT_CONST
  156.  
  157. /* CL_SHMCTL */
  158. /* Define if the declaration of shmctl() needs dots. */
  159. /* #undef SHMCTL_DOTS */
  160.  
  161. /* CL_SHM */
  162. /* Define if you have <sys/shm.h> and <sys/ipc.h> and shared memory works. */
  163. /* #undef HAVE_SHM */
  164. /* Define if you also have <sys/sysmacros.h>. */
  165. /* #undef HAVE_SYS_SYSMACROS_H */
  166.  
  167. /* CL_CODEEXEC */
  168. /* Define if code in malloc'ed memory is executable. */
  169. /* #undef CODE_EXECUTABLE */
  170.  
  171. /* AC_CHECK_HEADERS(sys/m88kbcs.h) */
  172. /* Define if you have <sys/m88kbcs.h>. */
  173. /* #undef HAVE_SYS_M88KBCS_H */
  174.  
  175. /* AC_CHECK_HEADERS(sys/cachectl.h) */
  176. /* Define if you have <sys/cachectl.h>. */
  177. /* #undef HAVE_SYS_CACHECTL_H */
  178.