git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8584
91ce42f0-d328-0410-95d8-
f526ca767f89
#define TRUE 1
#define FALSE 0
-#ifndef MAX
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
-#endif
-#ifndef MIN
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-#endif
-
#ifdef HAVE_TLS
#define have_tls 1
#else
CF_CREATED /* file created, no data to extract */
};
+#ifndef MAX
+#define MAX(a, b) ((a) > (b) ? (a) : (b))
+#endif
+#ifndef MIN
+#define MIN(a, b) ((a) < (b) ? (a) : (b))
+#endif
#endif /* __bc_types_INCLUDED */
General:
+23Mar09
+ebl Tweak code to compile win64 version with mingw
21Mar09
Kes Attempt to correct timing problems with starting bat and obtaining
lists. Maintain in_command counter to know when a list is coming.