removed pty.h. minimal system guessing added in config.mk.

This commit is contained in:
Aurélien Aptel 2010-08-30 03:12:11 +02:00
commit 1bb7398f4b
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
# uncomment your system #
# uncomment manualy your system if compilation fail
SYSTEM = -D`uname | tr a-z A-Z`
#SYSTEM = -DLINUX
#SYSTEM = -DOPENBSD
#SYSTEM = -DFREEBSD