1 /*
2 Copyright 1996-2014 Han The Thanh, <thanh@pdftex.org>
3 
4 This file is part of pdfTeX.
5 
6 pdfTeX is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10 
11 pdfTeX is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15 
16 You should have received a copy of the GNU General Public License along
17 with this program.  If not, see <http://www.gnu.org/licenses/>.
18 */
19 
20 /* pdftexextra.h: banner etc. for pdfTeX.
21 
22    This is included by pdfTeX, from pdftexextra.c.
23 */
24 
25 #include <pdftexdir/pdftex_version.h> /* for PDFTEX_VERSION */
26 #include <pdftexdir/etex_version.h> /* for ETEX_VERSION */
27 
28 #define BANNER "This is pdfTeX, Version 3.14159265-" ETEX_VERSION "-" PDFTEX_VERSION
29 #define COPYRIGHT_HOLDER "Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX)"
30 #define AUTHOR NULL
31 #define PROGRAM_HELP PDFTEXHELP
32 #define BUG_ADDRESS "pdftex@tug.org"
33 #define DUMP_VAR TEXformatdefault
34 #define DUMP_LENGTH_VAR formatdefaultlength
35 #define DUMP_OPTION "fmt"
36 #define DUMP_EXT ".fmt"
37 #define INPUT_FORMAT kpse_tex_format
38 #define INI_PROGRAM "pdfinitex"
39 #define VIR_PROGRAM "pdfvirtex"
40 
41