36 lines
784 B
C
36 lines
784 B
C
|
|
/********************************************
|
|
ultrix42mips.h
|
|
copyright 1992, Michael D. Brennan
|
|
|
|
This is a source file for mawk, an implementation of
|
|
the AWK programming language.
|
|
|
|
Mawk is distributed without warranty under the terms of
|
|
the GNU General Public License, version 2, 1991.
|
|
********************************************/
|
|
|
|
|
|
/* $Log: ultrix42mips.h,v $
|
|
/* Revision 1.1.1.1 1993/03/21 09:45:37 cgd
|
|
/* initial import of 386bsd-0.1 sources
|
|
/*
|
|
* Revision 1.1 92/03/03 12:35:21 brennan
|
|
* Initial revision
|
|
*
|
|
*/
|
|
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H 1
|
|
|
|
#define HAVE_PROTOS 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STDARG_H 1
|
|
|
|
/* The only reason __STDC__ is not turned on is
|
|
compiler doesn't recognize const */
|
|
|
|
#include "config/Idefault.h"
|
|
#endif /* CONFIG_H */
|