summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/xdvi-config.h
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/xdvik/xdvi-config.h
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/xdvi-config.h')
-rw-r--r--Build/source/texk/xdvik/xdvi-config.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/Build/source/texk/xdvik/xdvi-config.h b/Build/source/texk/xdvik/xdvi-config.h
deleted file mode 100644
index 0fb60e3c035..00000000000
--- a/Build/source/texk/xdvik/xdvi-config.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* xdvi-config.h: master configuration file, included first by all
- compilable source files (not headers). */
-
-#ifndef CONFIG_H_
-#define CONFIG_H_
-
-/* Some xdvi options we want by default. */
-#define USE_PK
-#define USE_GF
-#define MAKEPK
-
-/* all others are defined in this file */
-#include "c-auto.h"
-
-#ifndef HAVE_VPRINTF
-#ifdef HAVE_DOPRNT
-#define vfprintf(stream, message, args) _doprnt(message, args, stream)
-/* If we have neither, should fall back to fprintf with fixed args. */
-#endif
-#endif
-
-/* XPM is used for the toolbar buttons and in xicon.c */
-#if USE_XPM
-# if defined(HAVE_X11_XPM_H) || defined(HAVE_XM_XPMP_H) || defined(HAVE_XPM_H)
-# define HAVE_XPM 1
-# else
-# define HAVE_XPM 0
-# endif
-#endif
-
-/* enable X server info output */
-#define XSERVER_INFO 1
-
-/* change this to 1 when #470325 is fixed */
-#define FIXED_FLUSHING_PAGING 0
-
-#endif /* not CONFIG_H_ */