X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0f3203c312c3e254b611a1687f8ff9a6bdf82376..4a81463880f9ba9d25b2e06ddc67628aa4768787:/rsync.h diff --git a/rsync.h b/rsync.h index 2673c79f..471449e0 100644 --- a/rsync.h +++ b/rsync.h @@ -283,10 +283,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3}; #define MAXPATHLEN 1024 #endif -#ifndef PIPE_BUF -#define PIPE_BUF 512 -#endif - #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif