aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/config.h.in b/config.h.in
index af4897140..4fedba724 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,7 +6,6 @@
#cmakedefine CURL_FOUND 1
#cmakedefine DEBUG_MODE 1
#cmakedefine GIT_VERSION 1
-#cmakedefine GLIB_COMPAT 1
#cmakedefine GLIB_HASH_COMPAT 1
#cmakedefine GLIB_RE_COMPAT 1
#cmakedefine GLIB_UNISCRIPT_COMPAT 1
@@ -265,20 +264,6 @@
#include <glib.h>
#include <gmodule.h>
-#ifdef GLIB_RE_COMPAT
-#include "gregex.h"
-#endif
-#ifdef GLIB_UNISCRIPT_COMPAT
-#include "guniscript.h"
-#endif
-#ifdef GLIB_COMPAT
-#include "gchecksum.h"
-#endif
-
-#if (GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 14)
-typedef off_t goffset;
-#endif
-
#ifndef PARAM_H_HAS_BITSET
/* Bit map related macros. */
#ifndef NBBY