home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk_os2.zip / mawk113 / config / os2.h
C/C++ Source or Header  |  1993-04-24  |  593b  |  33 lines

  1.  
  2. /********************************************
  3. os2.h
  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.   OS/2 2.0
  14. */
  15.  
  16. /* $Log$
  17. */
  18.  
  19. #ifndef  CONFIG_H
  20. #define  CONFIG_H    1
  21.  
  22. /* system compiler is gcc and has <stdlib.h> */
  23. #define  HAVE_STDLIB_H     1
  24. #define  HAVE_STRERROR     1
  25.  
  26. /* OS/2 has real pipes */
  27. #define HAVE_REAL_PIPES    1
  28.  
  29. #include "config/Idefault.h"
  30.  
  31. #endif
  32.  
  33.