summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/aconf.h
blob: 3cd8fcae0f1f6835311d68eddf3606892ac5538f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* aconf.h.  Generated automatically by configure.  */
/*
 * aconf.h
 *
 * Copyright 2002 Derek B. Noonburg
 */
 
/* 
 * Manually edited for QPDF (Robert Griebl)
 */

#ifndef ACONF_H
#define ACONF_H

// vv QPDF specific

#include "fixed.h"

//template <> class fixed<10>;

typedef fixed<10> fouble;

// ^^ QPDF specific


/*
 * Full path for the system-wide xpdfrc file.
 */
#define SYSTEM_XPDFRC "/etc/xpdfrc"

/*
 * Various include files and functions.
 */
#define HAVE_DIRENT_H 1
/* #undef HAVE_SYS_NDIR_H */
/* #undef HAVE_SYS_DIR_H */
/* #undef HAVE_NDIR_H */
/* #undef HAVE_SYS_SELECT_H */
/* #undef HAVE_SYS_BSDTYPES_H */
/* #undef HAVE_STRINGS_H */
/* #undef HAVE_BSTRING_H */
#define HAVE_POPEN 1
#define HAVE_MKSTEMP 1
/* #undef SELECT_TAKES_INT */

#endif