From 88cf0836fc76f85040b638ac3888b2340e7e9ac0 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 3 May 1996 14:27:03 -0300 Subject: "isatty" is POSIX, but not ANSI. --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index fd7b562a..a1244dba 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,10 @@ -# $Id: makefile,v 1.22 1996/03/15 18:22:09 roberto Exp roberto $ +# $Id: makefile,v 1.23 1996/04/25 14:01:27 roberto Exp roberto $ #configuration # define (undefine) POPEN if your system (does not) support piped I/O -CONFIG = -DPOPEN +# define (undefine) POSIX if your system is (not) POSIX compliant +CONFIG = -DPOPEN -DPOSIX # Compilation parameters CC = gcc CFLAGS = $(CONFIG) -I/usr/5include -Wall -Wmissing-prototypes -Wshadow -ansi -O2 -- cgit v1.2.3-55-g6feb