git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8410
91ce42f0-d328-0410-95d8-
f526ca767f89
#endif
#if !defined(_MSC_VER) || (_MSC_VER < 1400) // VC8+
+#ifndef _TIME_T_DEFINED
+#define _TIME_T_DEFINED
typedef long time_t;
#endif
+#endif
#if __STDC__ && !defined(HAVE_MINGW)
typedef _dev_t dev_t;
#endif
#endif
+#ifndef _TIMEZONE_DEFINED /* also in sys/time.h */
+#define _TIMEZONE_DEFINED
struct timezone {
int foo;
};
+#endif
int strcasecmp(const char*, const char *);
int gettimeofday(struct timeval *, struct timezone *);
mixed priorities
General:
+29Jan09
+ebl Tweak compat.h for new mingw
28Jan09
ebl Add new ScratchPool directive to Pool. Thanks to Graham
ebl Turn on db_get_file_list() single SQL because the failure