r22438: get rid of printf format warnings in heimdal code
authorStefan Metzmacher <metze@samba.org>
Sat, 21 Apr 2007 23:02:49 +0000 (23:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:20 +0000 (14:51 -0500)
metze
(This used to be commit 2ab998da99102e257a61e04c776fe2db2088351c)

source4/heimdal_build/roken.h

index 766f4555b8bdea211792793d5e8f928b2eab3539..192500ce3e0352c9ee4c1128f070e68bb1fe2de6 100644 (file)
 #define HAVE_INNETGR
 #endif
 
+#if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )
+#ifndef HAVE___ATTRIBUTE__
+#define HAVE___ATTRIBUTE__
+#endif
+#endif
+
 /*
  * we don't want that roken.h.in includes socket_wrapper
  * we include socket_wrapper via "system/network.h"