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

  1.  
  2. /********************************************
  3. next.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.   Next OS 2.1
  14. */
  15.  
  16. /* $Log: next.h,v $
  17.  * Revision 1.1  1992/02/25  08:13:12  brennan
  18.  * Initial revision
  19.  *
  20. */
  21.  
  22. #ifndef  CONFIG_H
  23. #define  CONFIG_H    1
  24.  
  25. /* system compiler is gcc and has <stdlib.h> */
  26. #define  HAVE_STDLIB_H     1
  27.  
  28. #include "config/Idefault.h"
  29.  
  30. #endif
  31.  
  32.