git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4102
91ce42f0-d328-0410-95d8-
f526ca767f89
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2007 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.
#define BNET_SETBUF_WRITE 2 /* Arg for bnet_set_buffer_size */
/* Return status from bnet_recv() */
-#define BNET_SIGNAL -1
-#define BNET_HARDEOF -2
-#define BNET_ERROR -3
+enum {
+ BNET_SIGNAL = -1,
+ BNET_HARDEOF = -2,
+ BNET_ERROR = -3
+};
/*
* TLS enabling values. Value is important for comparison, ie:
#undef VERSION
#define VERSION "2.1.2"
-#define BDATE "04 February 2007"
-#define LSMDATE "04Feb07"
+#define BDATE "05 February 2007"
+#define LSMDATE "05Feb07"
#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
#define BYEAR "2007" /* year for copyright messages in progs */