Split code out into separate files and remove some global variables to
[rsync/rsync.git] / params.c
index be01930..d87961b 100644 (file)
--- a/params.c
+++ b/params.c
  */
 
 #include "rsync.h"
-#define BOOL int
-#define False 0
-#define True 1
-#define Realloc realloc
 
 /* -------------------------------------------------------------------------- **
  * Constants...