summaryrefslogtreecommitdiff
path: root/src/gd.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-04-07 13:06:13 +0200
committerPierre Joye <pierre.php@gmail.com>2013-04-07 13:06:13 +0200
commit78d8effe141f809fac0a6cca8bfbb6302578d870 (patch)
treec233209b3d612779c6b1ed132ab080e2b3faa64a /src/gd.h
parent91c414195087b73583f874c234b8905b484f0e20 (diff)
parent2a921c80fbdd1d684f32bf763c26e024052314e6 (diff)
downloadlibgd-78d8effe141f809fac0a6cca8bfbb6302578d870.tar.gz
Merged in wojdyr/gd-libgd-fork/default_fontpath (pull request #7)
set default values for DEFAULT_FONTPATH and PATHSEPARATOR for Windows
Diffstat (limited to 'src/gd.h')
-rw-r--r--src/gd.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gd.h b/src/gd.h
index 3a0ba6b..3e1d581 100644
--- a/src/gd.h
+++ b/src/gd.h
@@ -60,22 +60,6 @@ extern "C" {
{
#endif
-/* some might want to set DEFAULT_FONTPATH from configure in config.h */
-#ifdef NETWARE
-/* default fontpath for netware systems, could probably be handled in configure for 2.1 */
-#define DEFAULT_FONTPATH "sys:/java/nwgfx/lib/x11/fonts/ttf;."
-#define PATHSEPARATOR ";"
-#endif
-
-/* 2.0.23: more Type 1 fonts */
-#ifndef DEFAULT_FONTPATH
-/* default fontpath for unix systems - whatever happened to standards ! */
-#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type1"
-#endif
-#ifndef PATHSEPARATOR
-#define PATHSEPARATOR ":"
-#endif
-
/* gd.h: declarations file for the graphic-draw module.
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided