From e490c1b8c858ea42e31ae1a6504c4788e0fb1545 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 22 Jan 2009 11:35:28 +0100 Subject: Move configure test files to the top-level and share them between s3 and s4. --- source4/build/tests/summary.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 source4/build/tests/summary.c (limited to 'source4/build/tests/summary.c') diff --git a/source4/build/tests/summary.c b/source4/build/tests/summary.c deleted file mode 100644 index 95fa1cbae9..0000000000 --- a/source4/build/tests/summary.c +++ /dev/null @@ -1,22 +0,0 @@ -#include - -void exit(int); - -main() -{ -#if !(defined(HAVE_IFACE_GETIFADDRS) || defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX)) - printf("WARNING: No automated network interface determination\n"); -#endif - -#if !(defined(STAT_STATVFS) || defined(STAT_STATVFS64) || defined(STAT_STATFS3_OSF1) || defined(STAT_STATFS2_BSIZE) || defined(STAT_STATFS4) || defined(STAT_STATFS2_FSIZE) || defined(STAT_STATFS2_FS_DATA)) - printf("ERROR: No disk free routine!\n"); - exit(1); -#endif - -#if !((defined(HAVE_RANDOM) || defined(HAVE_RAND)) && (defined(HAVE_SRANDOM) || defined(HAVE_SRAND))) - printf("ERROR: No random or srandom routine!\n"); - exit(1); -#endif - - exit(0); -} -- cgit