X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3768a1ae181a50b4ee42713ef50377a2328c42f7..219139f52178b3e020be1952c59b1ba76009c386:/djgpp/config_h.sed
diff --git a/djgpp/config_h.sed b/djgpp/config_h.sed
index 89184925..f616abce 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-2012 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"
-
-
-