declaration check was not run.
/* hash - hashing table processing.
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
Written by Jim Meyering, 1992.
This program is free software; you can redistribute it and/or modify
#include <stdio.h>
#include <assert.h>
+#ifndef HAVE_DECL_FREE
+'this configure-time declaration test was not run'
+#endif
#if !HAVE_DECL_FREE
void free ();
#endif
+
+#ifndef HAVE_DECL_MALLOC
+'this configure-time declaration test was not run'
+#endif
#if !HAVE_DECL_MALLOC
char *malloc ();
#endif