home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
gawk.sit
/
source
/
config.h
< prev
next >
Wrap
Text File
|
1990-09-12
|
1KB
|
44 lines
/* config.h - contains the defines necessary to compile
/* GNU awk. This file is necessary due to Think C's lack
/* of a make facility as used in UNIX or MPW.
/*
* Copyright (C) 1986, 1988, 1989 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Progamming Language.
*
* GAWK is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 1, or (at your option)
* any later version.
*
* GAWK is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GAWK; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* ------------ defines for routines missing from Think C 4.0 ----------*/
#define BCOPY_MISSING
#define SPRINTF_INT
#define BLKSIZE_MISSING
#define DOPRNT_MISSING
#define GCVT_MISSING
#define GETOPT_MISSING
#define RANDOM_MISSING
#define STRCASE_MISSING
/* ------------- the following is used by alloca.c ---------------------*/
#define STACK_DIRECTION -1
/* ------------- define debug for all the routines ---------------------*/
/*#define DEBUG 1*/