summaryrefslogtreecommitdiff
path: root/source3/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
commit98825661ddb4dd5cfa603291a69b5c4d3d98e791 (patch)
tree600dd000a2fcb4378b0059dbbb4d4fc2f24fa2f4 /source3/tests/summary.c
parentbb28f06eae2b8553f2b4d667b07153c2e8ab5077 (diff)
downloadsamba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.tar.gz
samba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.tar.bz2
samba-98825661ddb4dd5cfa603291a69b5c4d3d98e791.zip
removed some obsolete configure tests (sysv ipc etc)
(This used to be commit e8905a557a342ba3604a61663c6ff24887a9fd46)
Diffstat (limited to 'source3/tests/summary.c')
-rw-r--r--source3/tests/summary.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/tests/summary.c b/source3/tests/summary.c
index 7ff9ea61c9..79a530b013 100644
--- a/source3/tests/summary.c
+++ b/source3/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