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

  1.  
  2. /********************************************
  3. aix.h
  4. copyright 1992.  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. /* $Log: aix.h,v $
  15.  * Revision 1.1  1992/07/06  20:26:36  brennan
  16.  * Initial revision
  17.  *
  18. */
  19.  
  20. /* AIX 3.1 on RS6000 */
  21.  
  22.  
  23. #ifndef  CONFIG_H
  24. #define  CONFIG_H    1
  25.  
  26. #define  HAVE_STDLIB_H  1
  27. #define  HAVE_PROTOS    1
  28. #define  HAVE_STDARG_H  1
  29. #define  DONT_PROTO_OPEN
  30.  
  31.  
  32.  
  33.  
  34. #include "config/Idefault.h"
  35.  
  36. #endif
  37.