[poppler] msvc/poppler poppler-config.h.cmake poppler/poppler-config.h.in
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Aug 1 14:07:05 PDT 2008
msvc/poppler/poppler-config.h | 25 -------------------------
poppler-config.h.cmake | 25 -------------------------
poppler/poppler-config.h.in | 25 -------------------------
3 files changed, 75 deletions(-)
New commits:
commit 0f13013dc3079915572b6b002dac8d01d2dbde04
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Aug 1 23:06:50 2008 +0200
xpdfrc has been dead for a while
diff --git a/msvc/poppler/poppler-config.h b/msvc/poppler/poppler-config.h
index ed51b52..a8a8139 100644
--- a/msvc/poppler/poppler-config.h
+++ b/msvc/poppler/poppler-config.h
@@ -14,11 +14,6 @@
// around #undef look odd, but it's to silence warnings about
// redefining those symbols.
-/* Full path for the system-wide xpdfrc file. */
-#ifndef SYSTEM_XPDFRC
-/* #undef SYSTEM_XPDFRC */
-#endif
-
/* Include support for OPI comments. */
#ifndef OPI_SUPPORT
#define OPI_SUPPORT 1
@@ -69,26 +64,6 @@
#endif
//------------------------------------------------------------------------
-// config file (xpdfrc) path
-//------------------------------------------------------------------------
-
-// user config file name, relative to the user's home directory
-#if defined(VMS) || (defined(WIN32) && !defined(__CYGWIN32__))
-#define xpdfUserConfigFile "xpdfrc"
-#else
-#define xpdfUserConfigFile ".xpdfrc"
-#endif
-
-// system config file name (set via the configure script)
-#ifdef SYSTEM_XPDFRC
-#define xpdfSysConfigFile SYSTEM_XPDFRC
-#else
-// under Windows, we get the directory with the executable and then
-// append this file name
-#define xpdfSysConfigFile "xpdfrc"
-#endif
-
-//------------------------------------------------------------------------
// X-related constants
//------------------------------------------------------------------------
diff --git a/poppler-config.h.cmake b/poppler-config.h.cmake
index 31522f6..5cf22e0 100644
--- a/poppler-config.h.cmake
+++ b/poppler-config.h.cmake
@@ -29,11 +29,6 @@
#cmakedefine USE_FIXEDPOINT 1
#endif
-/* Full path for the system-wide xpdfrc file. */
-#ifndef SYSTEM_XPDFRC
-#cmakedefine SYSTEM_XPDFRC 1
-#endif
-
/* Include support for OPI comments. */
#ifndef OPI_SUPPORT
#cmakedefine OPI_SUPPORT 1
@@ -84,26 +79,6 @@
#endif
//------------------------------------------------------------------------
-// config file (xpdfrc) path
-//------------------------------------------------------------------------
-
-// user config file name, relative to the user's home directory
-#if defined(VMS) || (defined(WIN32) && !defined(__CYGWIN32__))
-#define xpdfUserConfigFile "xpdfrc"
-#else
-#define xpdfUserConfigFile ".xpdfrc"
-#endif
-
-// system config file name (set via the configure script)
-#ifdef SYSTEM_XPDFRC
-#define xpdfSysConfigFile SYSTEM_XPDFRC
-#else
-// under Windows, we get the directory with the executable and then
-// append this file name
-#define xpdfSysConfigFile "xpdfrc"
-#endif
-
-//------------------------------------------------------------------------
// X-related constants
//------------------------------------------------------------------------
diff --git a/poppler/poppler-config.h.in b/poppler/poppler-config.h.in
index 7cd011e..62f3ff4 100644
--- a/poppler/poppler-config.h.in
+++ b/poppler/poppler-config.h.in
@@ -29,11 +29,6 @@
#undef USE_FIXEDPOINT
#endif
-/* Full path for the system-wide xpdfrc file. */
-#ifndef SYSTEM_XPDFRC
-#undef SYSTEM_XPDFRC
-#endif
-
/* Include support for OPI comments. */
#ifndef OPI_SUPPORT
#undef OPI_SUPPORT
@@ -84,26 +79,6 @@
#endif
//------------------------------------------------------------------------
-// config file (xpdfrc) path
-//------------------------------------------------------------------------
-
-// user config file name, relative to the user's home directory
-#if defined(VMS) || (defined(WIN32) && !defined(__CYGWIN32__))
-#define xpdfUserConfigFile "xpdfrc"
-#else
-#define xpdfUserConfigFile ".xpdfrc"
-#endif
-
-// system config file name (set via the configure script)
-#ifdef SYSTEM_XPDFRC
-#define xpdfSysConfigFile SYSTEM_XPDFRC
-#else
-// under Windows, we get the directory with the executable and then
-// append this file name
-#define xpdfSysConfigFile "xpdfrc"
-#endif
-
-//------------------------------------------------------------------------
// X-related constants
//------------------------------------------------------------------------
More information about the poppler
mailing list