home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / linux.h < prev    next >
C/C++ Source or Header  |  1993-01-27  |  373b  |  25 lines

  1. /*
  2.  
  3. linux.h
  4. Sorta tested with Linux 0.98pl4 & gcc 2.2d7
  5. Slapped together by Bob Hutchinson
  6. Standard disclaimer: "Well, it worked for me..."
  7.  
  8. */
  9.  
  10.  
  11. #ifndef   CONFIG_H
  12. #define   CONFIG_H          1
  13.  
  14. #define HAVE_MATHERR        0
  15. #define HAVE_STDLIB_H        1
  16.  
  17. #define  DONT_PROTO_OPEN
  18.  
  19. #define FPE_TRAPS_ON        1
  20. #define NOINFO_SIGFPE        1
  21.  
  22. #include "config/Idefault.h"
  23.  
  24. #endif  /* CONFIG_H  */
  25.