home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / dbmalloc-1.14-src.tgz / tar.out / contrib / dbmalloc / sysdefs.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  66 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. #if       (__GNUC__ == 2) && __STDC__
  13.  
  14. /*
  15.  * Signal to use to abort program 
  16.  */
  17. #define ABORT_SIGNAL SIGABRT
  18.  
  19. /*
  20.  * Use Underscores for ASM global symbols
  21.  */
  22. /* #define USE_UNDERSCORE 1 */
  23.  
  24. /*
  25.  * Use REPE instruction for ASM repeat op
  26.  */
  27. /*#define USE_REPE 1*/
  28.  
  29. #define WRTSIZE size_t
  30.  
  31. #else  /* (__GNUC__ == 2) && __STDC__ */
  32.  
  33.  
  34. #if       (__GNUC__ == 2)
  35.  
  36. /*
  37.  * Signal to use to abort program 
  38.  */
  39. #define ABORT_SIGNAL SIGABRT
  40.  
  41. /*
  42.  * Use Underscores for ASM global symbols
  43.  */
  44. /* #define USE_UNDERSCORE 1 */
  45.  
  46. /*
  47.  * Use REPE instruction for ASM repeat op
  48.  */
  49. /*#define USE_REPE 1*/
  50.  
  51. #define WRTSIZE size_t
  52.  
  53. #endif /* (__GNUC__ == 2) */
  54.  
  55.  
  56. #endif /* (__GNUC__ == 2) && __STDC__ */
  57.  
  58. /*
  59.  * don't force inclusion of XtHeap
  60.  */
  61. #define DONT_FORCE_HEAPSTUFF 1
  62.  
  63.  
  64. #endif  /* _SYSDEF_H */
  65.  
  66.