Browse Source

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

master
Aurélien Aptel 14 years ago
parent
commit
1bb7398f4b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config.mk

+ 2
- 1
config.mk 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


Loading…
Cancel
Save