]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
Fix brestore that should have miscDebug enabled to start a restore job
[bacula/bacula] / bacula / src / baconfig.h
index cc258f4404fc21d6acd997df625ff9da62c2932e..f9f7807ec1b8e9e1a6c50bddfb9234d38bb93360 100644 (file)
@@ -554,6 +554,9 @@ int getdomainname(char *name, int len);
 
 
 #if defined(HAVE_WIN32)
+/*
+ *   Windows
+ */
 #define DEFAULT_CONFIGDIR "C:\\Documents and Settings\\All Users\\Application Data\\Bacula"
 #define PathSeparator '\\'
 
@@ -565,6 +568,9 @@ extern void pause_msg(const char *file, const char *func, int line, const char *
 #define pause(msg) if (debug_level) pause_msg(__FILE__, __func__, __LINE__, (msg))
 
 #else
+/*
+ *   Unix/Linix
+ */
 #define PathSeparator '/'
 /* Define Winsock functions if we aren't on Windows */