home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / 386bsd.h next >
C/C++ Source or Header  |  1993-02-04  |  748b  |  37 lines

  1.  
  2. /********************************************
  3. 386bsd.h
  4. copyright 1993, Michael D. Brennan
  5.  
  6. This is a source file for mawk, an implementation of
  7. the AWK programming language.
  8.  
  9. Mawk is distributed without warranty under the terms of
  10. the GNU General Public License, version 2, 1991.
  11. ********************************************/
  12.  
  13.  
  14. /*
  15. $Log: 386bsd.h,v $
  16.  * Revision 1.1  1993/02/05  02:20:10  mike
  17.  * Initial revision
  18.  *
  19. */
  20.  
  21. #ifndef   CONFIG_H
  22. #define   CONFIG_H    1
  23.  
  24. #define   FPE_TRAPS_ON                1
  25. #define   FPE_ZERODIVIDE   FPE_FLTDIV_TRAP
  26. #define   FPE_OVERFLOW     FPE_FLTOVF_TRAP
  27.  
  28. #define   HAVE_STRTOD         0
  29.  
  30. #define   HAVE_MATHERR                0
  31.  
  32. #define   DONT_PROTO_OPEN
  33.  
  34. #include "config/Idefault.h"
  35.  
  36. #endif  /* CONFIG_H  */
  37.