]> git.saurik.com Git - bison.git/blob - djgpp/config_h.sed
DJGPP specific configuration file.
[bison.git] / djgpp / config_h.sed
1 # sed script for DJGPP specific editing of config.hin
2
3 $ a\
4 \
5 \
6 /* DJGPP specific defines. */\
7 \
8 #include <unistd.h>\
9 #define TAB_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".tab" : "_tab")\
10 #define OUTPUT_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".output" : ".out")\
11 \
12 #define DEFAULT_TMPDIR "/dev/env/DJDIR/tmp"
13
14
15