]> source.dussan.org Git - rspamd.git/commitdiff
Remove workaround as it doesn't work.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 4 Dec 2013 16:28:42 +0000 (16:28 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 4 Dec 2013 16:28:42 +0000 (16:28 +0000)
config.h.in

index bb8c0be1bdf98211a694ad6b406233747f86a838..e387d5d1c1c0a7e50b7fd435b8005669becc3825 100644 (file)
@@ -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;