home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / atarist.h < prev    next >
C/C++ Source or Header  |  1991-10-29  |  752b  |  38 lines

  1. /********************************************
  2. atarist.h
  3.   ++jrb        bammi@cadence.com
  4.  
  5. This is a source file for mawk, an implementation of
  6. the AWK programming language.
  7.  
  8. Mawk is distributed without warranty under the terms of
  9. the GNU General Public License, version 2, 1991.
  10. ********************************************/
  11.  
  12.  
  13. /* 
  14.    This is for atariST/StE/TT series with gcc
  15.    Tested with gcc-1.40 + libs @ Patchlevel 73
  16.  
  17. */
  18.  
  19. /*$Log: atarist.h,v $
  20.  * Revision 1.1  1991/10/29  10:48:52  brennan
  21.  * Initial revision
  22.  *
  23. */
  24.  
  25. #ifndef   CONFIG_H
  26. #define   CONFIG_H    1
  27.  
  28. #define      HAVE_STDLIB_H        1
  29.  
  30. #define      FPE_TRAPS_ON        1
  31. #define   NOINFO_SIGFPE        1
  32.  
  33. #include <compiler.h>
  34. #define   SIZE_T(X)        ((size_t)(X))
  35.  
  36. #include "config/Idefault.h"
  37. #endif /* CONFIG_H  */
  38.