aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-04 16:28:42 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-04 16:28:42 +0000
commit47a97183b957e6b16851a02a7d1b7eafe8e99b4f (patch)
tree740e0a46aeae7aec0c60c711ac69e11a482249c7 /config.h.in
parentea3c69a103647377d662edb3b59486466352945c (diff)
downloadrspamd-47a97183b957e6b16851a02a7d1b7eafe8e99b4f.tar.gz
rspamd-47a97183b957e6b16851a02a7d1b7eafe8e99b4f.zip
Remove workaround as it doesn't work.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index bb8c0be1b..e387d5d1c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -485,16 +485,6 @@ typedef off_t goffset;
#include <gmime/gmime.h>
#endif
-/* Some fixes for broken glib */
-#if defined(INT64_MAX) && INT64_MAX!= G_MAXINT64
-#undef int64_t
-#define int64_t gint64
-#endif
-#if defined(UINT64_MAX) && UINT64_MAX!= G_MAXUINT64
-#undef uint64_t
-#define uint64_t guint64
-#endif
-
/* Forwarded declaration */
struct module_ctx;
struct config_file;