summaryrefslogtreecommitdiff
path: root/aconf-win32.h
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2014-06-04 00:15:11 -0400
committerJames Cloos <cloos@jhcloos.com>2014-06-04 00:15:11 -0400
commitffaf11c4f9ee0c4a124ec454f96c0f99ee699f10 (patch)
treedc6c9e877d757f6774ae6d6af400660b2be91c23 /aconf-win32.h
parent3ed3a482f75317f50821f6a43e4afc9997d0ae83 (diff)
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'aconf-win32.h')
-rw-r--r--aconf-win32.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/aconf-win32.h b/aconf-win32.h
index 240d046..67bbb44 100644
--- a/aconf-win32.h
+++ b/aconf-win32.h
@@ -35,11 +35,6 @@
#define USE_EXCEPTIONS 1
/*
- * Enable word list support.
- */
-#undef TEXTOUT_WORD_LIST
-
-/*
* Use fixed point (instead of floating point) arithmetic.
*/
#undef USE_FIXEDPOINT
@@ -72,6 +67,7 @@
#define HAVE_STD_SORT 1
#undef HAVE_FSEEKO
#undef HAVE_FSEEK64
+#define HAVE_FSEEKI64 1
#undef _FILE_OFFSET_BITS
#undef _LARGE_FILES
#undef _LARGEFILE_SOURCE
@@ -83,11 +79,6 @@
#undef HAVE_X11_XPM_H
/*
- * This is defined if using t1lib.
- */
-#undef HAVE_T1LIB_H
-
-/*
* One of these is defined if using FreeType (version 1 or 2).
*/
#undef HAVE_FREETYPE_H
@@ -111,11 +102,11 @@
/*
* Defined if the Splash library is avaiable.
*/
-#undef HAVE_SPLASH
+#define HAVE_SPLASH 1
/*
* Enable support for CMYK output.
*/
-#undef SPLASH_CMYK
+#define SPLASH_CMYK 1
#endif