X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3768a1ae181a50b4ee42713ef50377a2328c42f7..e8f7155d98c22579c871c293a0daa5f7752e7c2b:/djgpp/config_h.sed?ds=sidebyside diff --git a/djgpp/config_h.sed b/djgpp/config_h.sed index 89184925..a2d0233f 100644 --- a/djgpp/config_h.sed +++ b/djgpp/config_h.sed @@ -1,15 +1,28 @@ # sed script for DJGPP specific editing of config.hin +# Copyright (C) 2005-2013 Free Software Foundation, Inc. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + $ a\ \ \ -/* DJGPP specific defines. */\ +/* DJGPP specific defines. */\ \ #include \ #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" - - -