]> git.saurik.com Git - bison.git/blame - djgpp/config_h.sed
accessed -> addressed (fix typo in changelog entry)
[bison.git] / djgpp / config_h.sed
CommitLineData
3768a1ae
JMG
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