summaryrefslogtreecommitdiffstats
path: root/source/tests/summary.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-17 05:56:49 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-17 05:56:49 +0000
commite8905a557a342ba3604a61663c6ff24887a9fd46 (patch)
tree6e8694b7625a5e06c75837524c3811a60b7f9e2f /source/tests/summary.c
parent030ec8e71f9ef533b5d6aece01e67d357e23b7d2 (diff)
downloadsamba-e8905a557a342ba3604a61663c6ff24887a9fd46.tar.gz
samba-e8905a557a342ba3604a61663c6ff24887a9fd46.tar.xz
samba-e8905a557a342ba3604a61663c6ff24887a9fd46.zip
removed some obsolete configure tests (sysv ipc etc)
Diffstat (limited to 'source/tests/summary.c')
-rw-r--r--source/tests/summary.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/tests/summary.c b/source/tests/summary.c
index 7ff9ea61c95..79a530b0136 100644
--- a/source/tests/summary.c
+++ b/source/tests/summary.c
@@ -7,10 +7,6 @@ main()
exit(1);
#endif
-#if !(defined(HAVE_SYSV_IPC) || defined(HAVE_SHARED_MMAP))
- printf("WARNING: no shared memory. Running with slow locking code\n");
-#endif
-
#if !(defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX))
printf("WARNING: No automated network interface determination\n");
#endif