summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/aconf.h
Unidiff
Diffstat (limited to 'noncore/unsupported/qpdf/aconf.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/aconf.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/aconf.h b/noncore/unsupported/qpdf/aconf.h
new file mode 100644
index 0000000..3cd8fca
--- a/dev/null
+++ b/noncore/unsupported/qpdf/aconf.h
@@ -0,0 +1,46 @@
1/* aconf.h. Generated automatically by configure. */
2/*
3 * aconf.h
4 *
5 * Copyright 2002 Derek B. Noonburg
6 */
7
8/*
9 * Manually edited for QPDF (Robert Griebl)
10 */
11
12#ifndef ACONF_H
13#define ACONF_H
14
15// vv QPDF specific
16
17#include "fixed.h"
18
19//template <> class fixed<10>;
20
21typedef fixed<10> fouble;
22
23// ^^ QPDF specific
24
25
26/*
27 * Full path for the system-wide xpdfrc file.
28 */
29#define SYSTEM_XPDFRC "/etc/xpdfrc"
30
31/*
32 * Various include files and functions.
33 */
34#define HAVE_DIRENT_H 1
35/* #undef HAVE_SYS_NDIR_H */
36/* #undef HAVE_SYS_DIR_H */
37/* #undef HAVE_NDIR_H */
38/* #undef HAVE_SYS_SELECT_H */
39/* #undef HAVE_SYS_BSDTYPES_H */
40/* #undef HAVE_STRINGS_H */
41/* #undef HAVE_BSTRING_H */
42#define HAVE_POPEN 1
43#define HAVE_MKSTEMP 1
44/* #undef SELECT_TAKES_INT */
45
46#endif