[kdbus] Add SipHash algorithm
[platform/upstream/glib.git] / glib / glibconfig.h.win32.in
index 6c0fac2..fc63887 100644 (file)
@@ -148,11 +148,7 @@ typedef unsigned __int64 guintptr;
 
 #endif
 
-#ifdef NeXT /* @#%@! NeXTStep */
-# define g_ATEXIT(proc)        (!atexit (proc))
-#else
-# define g_ATEXIT(proc)        (atexit (proc))
-#endif
+#define g_ATEXIT(proc) (atexit (proc))
 
 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
 
@@ -261,10 +257,6 @@ typedef void * GPid;
 #define GLIB_SYSDEF_MSG_PEEK      2
 #define GLIB_SYSDEF_MSG_DONTROUTE 4
 
-#define ALIGNOF_GUINT32 4
-#define ALIGNOF_GUINT64 8
-#define ALIGNOF_UNSIGNED_LONG 4
-
 G_END_DECLS
 
 #endif /* GLIBCONFIG_H */