]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tools/testls.c
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / tools / testls.c
index 78ff15d3ecdef49109f7d8cd12117b48e86108c8..54d46fa0f16a965ca316cb5063870567ed370971 100755 (executable)
 #include "bacula.h"
 #include "findlib/find.h"
 
-#if defined(HAVE_WIN32)
-int win32_client = 1;
-#else
-int win32_client = 0;
-#endif
-
 /* Dummy functions */
 int generate_daemon_event(JCR *jcr, const char *event) { return 1; }
 int generate_job_event(JCR *jcr, const char *event) { return 1; }