home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbmalloc.zip / .configure.s < prev    next >
Text File  |  1993-01-04  |  3KB  |  172 lines

  1. /*
  2.  * This file is mechanically generated by the Configure script.
  3.  * If there is something wrong here, modify the configure script
  4.  * so that it is no longer generated wrong and please send email
  5.  * to the author so that the fix is included with the next patch
  6.  * release.
  7.  */
  8.  
  9. #ifndef _SYSDEF_H     /* double inclusion guard */
  10. #define _SYSDEF_H 1
  11.  
  12.  
  13. #if       (__GNUC__ == 2) && __STDC__
  14.  
  15. /*
  16.  * Signal to use to abort program 
  17.  */
  18. #define ABORT_SIGNAL SIGABRT
  19.  
  20. /*
  21.  * POSIX header files are available
  22.  */
  23. #define POSIX_HEADERS 1
  24.  
  25. /*
  26.  * ANSI header files are available
  27.  */
  28. #define ANSI_HEADERS 1
  29.  
  30. /*
  31.  * ASM settings that only apply to 80x86 systems 
  32.  */
  33.  
  34. /*
  35.  * Use Underscores for ASM global symbols
  36.  */
  37. /* #define USE_UNDERSCORE 1 */
  38.  
  39. /*
  40.  * Use REPE instruction for ASM repeat op
  41.  */
  42. /*#define USE_REPE 1*/
  43.  
  44. #define WRTSIZE size_t
  45.  
  46. #else  /* (__GNUC__ == 2) && __STDC__ */
  47.  
  48.  
  49. #if       (__GNUC__ == 2)
  50.  
  51. /*
  52.  * Signal to use to abort program 
  53.  */
  54. #define ABORT_SIGNAL SIGABRT
  55.  
  56. /*
  57.  * POSIX header files are available
  58.  */
  59. #define POSIX_HEADERS 1
  60.  
  61. /*
  62.  * ANSI header files are available
  63.  */
  64. #define ANSI_HEADERS 1
  65.  
  66. /*
  67.  * ASM settings that only apply to 80x86 systems 
  68.  */
  69.  
  70. /*
  71.  * Use Underscores for ASM global symbols
  72.  */
  73. /* #define USE_UNDERSCORE 1 */
  74.  
  75. /*
  76.  * Use REPE instruction for ASM repeat op
  77.  */
  78. /*#define USE_REPE 1*/
  79.  
  80. #define WRTSIZE size_t
  81.  
  82. #else  /* (__GNUC__ == 2) */
  83.  
  84.  
  85. #if       __cplusplus
  86.  
  87. /*
  88.  * Signal to use to abort program 
  89.  */
  90. #define ABORT_SIGNAL SIGABRT
  91.  
  92. /*
  93.  * ANSI header files are available
  94.  */
  95. #define ANSI_HEADERS 1
  96.  
  97. /*
  98.  * ASM settings that only apply to 80x86 systems 
  99.  */
  100.  
  101. /*
  102.  * Use Underscores for ASM global symbols
  103.  */
  104. /* #define USE_UNDERSCORE 1 */
  105.  
  106. /*
  107.  * Use REPE instruction for ASM repeat op
  108.  */
  109. /*#define USE_REPE 1*/
  110.  
  111. #define WRTSIZE size_t
  112.  
  113. #else  /* __cplusplus */
  114.  
  115. /*
  116.  * Signal to use to abort program 
  117.  */
  118. #define ABORT_SIGNAL SIGABRT
  119.  
  120. /*
  121.  * POSIX header files are available
  122.  */
  123. #define POSIX_HEADERS 1
  124.  
  125. /*
  126.  * ANSI header files are available
  127.  */
  128. #define ANSI_HEADERS 1
  129.  
  130. /*
  131.  * ASM settings that only apply to 80x86 systems 
  132.  */
  133.  
  134. /*
  135.  * Use Underscores for ASM global symbols
  136.  */
  137. /* #define USE_UNDERSCORE 1 */
  138.  
  139. /*
  140.  * Use REPE instruction for ASM repeat op
  141.  */
  142. /*#define USE_REPE 1*/
  143.  
  144. #define WRTSIZE size_t
  145.  
  146. #endif /* __cplusplus */
  147.  
  148.  
  149. #endif /* (__GNUC__ == 2) */
  150.  
  151.  
  152. #endif /* (__GNUC__ == 2) && __STDC__ */
  153.  
  154. /*
  155.  * Found X intrinsic file in /usr/include/X11
  156.  */
  157. #define FOUND_X_INTRINSIC 1
  158.  
  159. /*
  160.  * Found wait.h in /usr/include/sys
  161.  */
  162. #define NEED_WAIT 1
  163.  
  164. /*
  165.  * don't force inclusion of XtHeap
  166.  */
  167. #define DONT_FORCE_HEAPSTUFF 1
  168.  
  169.  
  170. #endif  /* _SYSDEF_H */
  171.  
  172.