/* confdefs.h */ #define PACKAGE_NAME "rsync" #define PACKAGE_TARNAME "rsync" #define PACKAGE_VERSION "3.1.3" #define PACKAGE_STRING "rsync 3.1.3" #define PACKAGE_BUGREPORT "http://rsync.samba.org/bugzilla.html" #define PACKAGE_URL "" #define RSYNC_VERSION "3.1.3" /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; }