aconf.h

Go to the documentation of this file.
00001 /*
00002  * aconf.h
00003  *
00004  * Copyright 2002-2003 Glyph & Cog, LLC
00005  */
00006 
00007 #ifndef ACONF_H
00008 #define ACONF_H
00009 
00010 #include <aconf2.h>
00011 
00012 /*
00013  * Use A4 paper size instead of Letter for PostScript output.
00014  */
00015 #undef A4_PAPER
00016 
00017 /*
00018  * Do not allow text selection.
00019  */
00020 #undef NO_TEXT_SELECT
00021 
00022 /*
00023  * Include support for OPI comments.
00024  */
00025 #undef OPI_SUPPORT
00026 
00027 /*
00028  * Enable multithreading support.
00029  */
00030 #undef MULTITHREADED
00031 
00032 /*
00033  * Enable word list support.
00034  */
00035 #undef TEXTOUT_WORD_LIST
00036 
00037 /*
00038  * Directory with the Xpdf app-defaults file.
00039  */
00040 #undef APPDEFDIR
00041 
00042 /*
00043  * Full path for the system-wide xpdfrc file.
00044  */
00045 #undef SYSTEM_XPDFRC
00046 
00047 /*
00048  * Various include files and functions.
00049  */
00050 #undef HAVE_DIRENT_H
00051 #undef HAVE_SYS_NDIR_H
00052 #undef HAVE_SYS_DIR_H
00053 #undef HAVE_NDIR_H
00054 #undef HAVE_SYS_SELECT_H
00055 #undef HAVE_SYS_BSDTYPES_H
00056 #undef HAVE_STRINGS_H
00057 #undef HAVE_BSTRING_H
00058 #undef HAVE_POPEN
00059 #undef HAVE_MKSTEMP
00060 #undef HAVE_MKSTEMPS
00061 #undef SELECT_TAKES_INT
00062 #undef HAVE_FSEEKO
00063 #undef HAVE_FSEEK64
00064 #undef _FILE_OFFSET_BITS
00065 #undef _LARGE_FILES
00066 #undef _LARGEFILE_SOURCE
00067 #undef HAVE_XTAPPSETEXITFLAG
00068 
00069 /*
00070  * This is defined if using libXpm.
00071  */
00072 #undef HAVE_X11_XPM_H
00073 
00074 /*
00075  * This is defined if using t1lib.
00076  */
00077 #undef HAVE_T1LIB_H
00078 
00079 /*
00080  * One of these is defined if using FreeType 2.
00081  */
00082 #undef HAVE_FREETYPE_H
00083 #undef HAVE_FREETYPE_FREETYPE_H
00084 
00085 /*
00086  * This is defined if using libpaper.
00087  */
00088 #undef HAVE_PAPER_H
00089 
00090 #define PDF_PARSER_ONLY 1
00091 
00092 #endif

Generated on Thu Aug 28 08:44:15 2008 for libextractor by  doxygen 1.5.1