mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
DJGPP specific configuration file.
This commit is contained in:
15
djgpp/config_h.sed
Normal file
15
djgpp/config_h.sed
Normal file
@@ -0,0 +1,15 @@
|
||||
# sed script for DJGPP specific editing of config.hin
|
||||
|
||||
$ a\
|
||||
\
|
||||
\
|
||||
/* DJGPP specific defines. */\
|
||||
\
|
||||
#include <unistd.h>\
|
||||
#define TAB_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".tab" : "_tab")\
|
||||
#define OUTPUT_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".output" : ".out")\
|
||||
\
|
||||
#define DEFAULT_TMPDIR "/dev/env/DJDIR/tmp"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user