34 lines
599 B
C
34 lines
599 B
C
|
|
||
|
/********************************************
|
||
|
sgi.h
|
||
|
|
||
|
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.
|
||
|
********************************************/
|
||
|
|
||
|
/*
|
||
|
SGI IRIX4.0.1
|
||
|
*/
|
||
|
|
||
|
/* $Log: sgi.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/02/25 08:10:22 brennan
|
||
|
* Initial revision
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H 1
|
||
|
|
||
|
#define HAVE_STRTOD 0
|
||
|
|
||
|
#include "config/Idefault.h"
|
||
|
|
||
|
#endif
|
||
|
|