#defined in the window's config.h. Unfortunately, a handful of affected
C files never included config.h. The new versions include config.h.
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <math.h>
#include <string.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <math.h>
#include <string.h>
#define ORIGINAL_LIB_JPEG_REVERSE_ODD_ROWS
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
#include "gd.h"
#include "gdhelpers.h"
"Libor Skarvada, libor@informatics.muni.cz"
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gdfontg.h"
"Libor Skarvada, libor@informatics.muni.cz"
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gdfontl.h"
No copyright info was found in the original bdf.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gdfontmb.h"
No copyright info was found in the original bdf.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gdfonts.h"
"Libor Skarvada, libor@informatics.muni.cz"
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "gdfontt.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "gd.h"
#include <math.h>