]> git.saurik.com Git - bison.git/blame - djgpp/config_h.sed
c++: locations: complete the API and fix comments
[bison.git] / djgpp / config_h.sed
CommitLineData
3768a1ae
JMG
1# sed script for DJGPP specific editing of config.hin
2
3209eb1c 3# Copyright (C) 2005-2015 Free Software Foundation, Inc.
02650b7f 4
f16b0819 5# This program is free software: you can redistribute it and/or modify
02650b7f 6# it under the terms of the GNU General Public License as published by
f16b0819
PE
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
02650b7f
PE
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
f16b0819 14#
02650b7f 15# You should have received a copy of the GNU General Public License
f16b0819 16# along with this program. If not, see <http://www.gnu.org/licenses/>.
02650b7f
PE
17
18
3768a1ae
JMG
19$ a\
20\
21\
02650b7f 22/* DJGPP specific defines. */\
3768a1ae
JMG
23\
24#include <unistd.h>\
25#define TAB_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".tab" : "_tab")\
26#define OUTPUT_EXT ((pathconf(NULL, _PC_NAME_MAX) > 12) ? ".output" : ".out")\
27\
28#define DEFAULT_TMPDIR "/dev/env/DJDIR/tmp"