Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

aconf-win32.h

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

Generated on Wed Nov 3 12:58:51 2004 for Lemur Toolkit by doxygen1.2.18