/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2008-2008 Free Software Foundation Europe e.V.
+ Copyright (C) 2008-2009 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
#undef VERSION
#define VERSION "3.0.2"
-#define BDATE "21 June 2009"
-#define LSMDATE "21Jun09"
+#define BDATE "27 June 2009"
+#define LSMDATE "27Jun09"
#define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
#define BYEAR "2009" /* year for copyright messages in progs */
* it can always be turned on, but we advise to use it only
* for debug
*/
-#ifdef DEVELOPER
+#if DEVELOPER
# ifndef _USE_LOCKMGR
# define _USE_LOCKMGR
# endif
#endif
+#if !HAVE_LINUX_OS
+# undef _USE_LOCKMGR
+#endif
+
/*
* USE_VTAPE is a dummy tape driver. This is useful to
* run regress test.
; lockmgr.o
_Z6lmgr_pPP16pthread_mutex_t_
_Z6lmgr_vPP16pthread_mutex_t_
-_Z15lmgr_mutex_lockPP16pthread_mutex_t_PKci
-_Z17lmgr_mutex_unlockPP16pthread_mutex_t_PKci
-_Z14lmgr_cond_waitPP15pthread_cond_t_PP16pthread_mutex_t_
-_Z18lmgr_thread_createPP10pthread_t_PKP15pthread_attr_t_PFPvS6_ES6_
-_Z17lmgr_cleanup_mainv
+
+;_Z15lmgr_mutex_lockPP16pthread_mutex_t_PKci
+;_Z17lmgr_mutex_unlockPP16pthread_mutex_t_PKci
+;_Z14lmgr_cond_waitPP15pthread_cond_t_PP16pthread_mutex_t_
+;_Z18lmgr_thread_createPP10pthread_t_PKP15pthread_attr_t_PFPvS6_ES6_
+;_Z17lmgr_cleanup_mainv
console_command DATA
plugin_list DATA
General:
+27Jun09
+kes Fix Win32 build -- turn off lockmgr and remove lockmgr defs
25Jun09
kes Modify xattr.c and acl.c not to fail the job on errors. This should
fix bug #1305.