Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183232
Collapse All | Expand All

(-)poppler-0.5.9.orig/goo/FixedPoint.h (-1 / +1 lines)
Lines 11-17 Link Here
11
#ifndef FIXEDPOINT_H
11
#ifndef FIXEDPOINT_H
12
#define FIXEDPOINT_H
12
#define FIXEDPOINT_H
13
13
14
#include <config.h>
14
#include <poppler/poppler-config.h>
15
15
16
#if USE_FIXEDPOINT
16
#if USE_FIXEDPOINT
17
17
(-)poppler-0.5.9.orig/goo/gmem.h (-1 / +1 lines)
Lines 10-16 Link Here
10
#define GMEM_H
10
#define GMEM_H
11
11
12
#include <stdio.h>
12
#include <stdio.h>
13
#include <config.h>
13
#include <poppler/poppler-config.h>
14
14
15
#if USE_EXCEPTIONS
15
#if USE_EXCEPTIONS
16
16
(-)poppler-0.5.9.orig/poppler/poppler-config.h.in (-1 / +11 lines)
Lines 15-24 Link Here
15
// redefining those symbols.
15
// redefining those symbols.
16
16
17
/* Enable multithreading support. */
17
/* Enable multithreading support. */
18
#ifndef MULTITHREADING
18
#ifndef MULTITHREADED
19
#undef MULTITHREADED
19
#undef MULTITHREADED
20
#endif
20
#endif
21
21
22
/* Enable exceptions. */
23
#ifndef USE_EXCEPTIONS
24
#undef USE_EXCEPTIONS
25
#endif
26
27
/* Use fixedpoint. */
28
#ifndef USE_FIXEDPOINT
29
#undef USE_FIXEDPOINT
30
#endif
31
22
/* Full path for the system-wide xpdfrc file. */
32
/* Full path for the system-wide xpdfrc file. */
23
#ifndef SYSTEM_XPDFRC
33
#ifndef SYSTEM_XPDFRC
24
#undef SYSTEM_XPDFRC
34
#undef SYSTEM_XPDFRC
(-)poppler-0.5.9.orig/poppler/SecurityHandler.h (-1 / +1 lines)
Lines 9-15 Link Here
9
#ifndef SECURITYHANDLER_H
9
#ifndef SECURITYHANDLER_H
10
#define SECURITYHANDLER_H
10
#define SECURITYHANDLER_H
11
11
12
#include <config.h>
12
#include "poppler-config.h"
13
13
14
#ifdef USE_GCC_PRAGMAS
14
#ifdef USE_GCC_PRAGMAS
15
#pragma interface
15
#pragma interface
(-)poppler-0.5.9.orig/utils/ImageOutputDev.h (-1 / +1 lines)
Lines 9-15 Link Here
9
#ifndef IMAGEOUTPUTDEV_H
9
#ifndef IMAGEOUTPUTDEV_H
10
#define IMAGEOUTPUTDEV_H
10
#define IMAGEOUTPUTDEV_H
11
11
12
#include <poppler-config.h>
12
#include <poppler/poppler-config.h>
13
13
14
#ifdef USE_GCC_PRAGMAS
14
#ifdef USE_GCC_PRAGMAS
15
#pragma interface
15
#pragma interface

Return to bug 183232