DJGPP specific configuration file.

This commit is contained in:
Juan Manuel Guerrero
2005-10-02 16:35:14 +00:00
parent fc695704a1
commit 3768a1ae18
4 changed files with 634 additions and 0 deletions

15
djgpp/config_h.sed Normal file
View 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"