forked from flexpaper/pdf2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aconf.h
42 lines (35 loc) · 746 Bytes
/
aconf.h
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
/* aconf.h. Generated from aconf.h.in by configure. */
/* aconf.h. Generated automatically by configure. */
/*
* aconf.h
*
* Copyright 2002 Derek B. Noonburg
*/
#ifndef ACONF_H
#define ACONF_H
/*
* Full path for the system-wide xpdfrc file.
*/
#define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
/*
* Various include files and functions.
*/
#define HAVE_DIRENT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_POPEN 1
#define HAVE_MKSTEMP 1
#define HAVE_MKSTEMPS 1
/*
* This is defined if using libXpm.
*/
/* #undef HAVE_X11_XPM_H */
/*
* One of these is defined if using FreeType 2.
*/
/* #undef HAVE_FREETYPE_H */
/* #undef HAVE_FREETYPE_FREETYPE_H */
/*
* Defined if the Splash library is avaiable.
*/
#define HAVE_SPLASH 1
#endif