* shadata.c: Likewise.
Rev: src/nettle/desdata.c:1.2
Rev: src/nettle/shadata.c:1.2
*
*/
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "desinfo.h"
#include "desCode.h"
-#if __GNUC__
-# define UNUSED __attribute__ ((__unused__))
-#else
-# define UNUSED
-#endif
/* list of weak and semi-weak keys
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <math.h>
#include <stdio.h>
283, 293, 307, 311
};
-int main(int argc, char **argv)
+int main(int argc UNUSED, char **argv UNUSED)
{
int i;
static const double third = 1.0/3;