mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
"isatty" is POSIX, but not ANSI.
This commit is contained in:
parent
3ec9ee0d0f
commit
88cf0836fc
1 changed files with 3 additions and 2 deletions
5
makefile
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue