Hi,
on this Linux 2.6, glibc 2.3.6 system, IPTOS_LOWDELAY and
IPTOS_THROUGHPUT are defined in /usr/include/netinet/ip.h, so it should
be included in rsync.h.

I'm not 100% sure that we can omit a AC_CHECK_HEADER() call for this file.

Please CC me when replying, I'm not subscribed.

Thanks,
Tilman

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
diff -aur rsync-2.6.7.orig/rsync.h rsync-2.6.7/rsync.h
--- rsync-2.6.7.orig/rsync.h    2006-02-27 22:11:56.000000000 +0100
+++ rsync-2.6.7/rsync.h 2006-04-09 13:19:34.000000000 +0200
@@ -282,6 +282,7 @@
 
 #include <stdarg.h>
 #include <netinet/in.h>
+#include <netinet/ip.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <syslog.h>

Attachment: pgpbw2gAn5adp.pgp
Description: PGP signature

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to