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 >
Wrap
C/C++ Source or Header
|
1996-09-28
|
1KB
|
66 lines
/*
* This file is mechanically generated by the Configure script.
* If there is something wrong here, modify the configure script
* so that it is no longer generated wrong and please send email
* to the author so that the fix is included with the next patch
* release.
*/
#ifndef _SYSDEF_H /* double inclusion guard */
#define _SYSDEF_H 1
#if (__GNUC__ == 2) && __STDC__
/*
* Signal to use to abort program
*/
#define ABORT_SIGNAL SIGABRT
/*
* Use Underscores for ASM global symbols
*/
/* #define USE_UNDERSCORE 1 */
/*
* Use REPE instruction for ASM repeat op
*/
/*#define USE_REPE 1*/
#define WRTSIZE size_t
#else /* (__GNUC__ == 2) && __STDC__ */
#if (__GNUC__ == 2)
/*
* Signal to use to abort program
*/
#define ABORT_SIGNAL SIGABRT
/*
* Use Underscores for ASM global symbols
*/
/* #define USE_UNDERSCORE 1 */
/*
* Use REPE instruction for ASM repeat op
*/
/*#define USE_REPE 1*/
#define WRTSIZE size_t
#endif /* (__GNUC__ == 2) */
#endif /* (__GNUC__ == 2) && __STDC__ */
/*
* don't force inclusion of XtHeap
*/
#define DONT_FORCE_HEAPSTUFF 1
#endif /* _SYSDEF_H */