1 /* etexextra.h: banner etc. for e-TeX. 2 3 This is included by e-TeX, from etexextra.c. 4 5 Copyright (C) 1995, 1996, 2009, 2014 Karl Berry. 6 Copyright (C) 2004 Olaf Weber. 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2, or (at your option) 11 any later version. 12 13 This program is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 21 22 #include <etexdir/etex_version.h> /* for ETEX_VERSION */ 23 24 #define BANNER "This is e-TeX, Version 3.14159265-" ETEX_VERSION 25 #define COPYRIGHT_HOLDER "Peter Breitenlohner" 26 #define AUTHOR NULL 27 #define PROGRAM_HELP ETEXHELP 28 #define BUG_ADDRESS "tex-k@tug.org" 29 #define DUMP_VAR TEXformatdefault 30 #define DUMP_LENGTH_VAR formatdefaultlength 31 #define DUMP_OPTION "fmt" 32 #define DUMP_EXT ".fmt" 33 #define INPUT_FORMAT kpse_tex_format 34 #define INI_PROGRAM "einitex" 35 #define VIR_PROGRAM "evirtex" 36