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

  1.  
  2. /********************************************
  3. ultrix42mips.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: ultrix42mips.h,v $
  15.  * Revision 1.1  1992/03/03  12:35:21  brennan
  16.  * Initial revision
  17.  *
  18. */
  19.  
  20.  
  21. #ifndef   CONFIG_H
  22. #define   CONFIG_H    1
  23.  
  24. #define HAVE_PROTOS    1
  25. #define HAVE_STDLIB_H   1
  26. #define HAVE_STDARG_H   1
  27.  
  28. /* The only reason __STDC__ is not turned on is 
  29.    compiler doesn't recognize const  */
  30.  
  31. #include "config/Idefault.h"
  32. #endif /* CONFIG_H  */
  33.