# Non-production: needs thorough testing, or major changes are still
# needed before the code stabilizes.
-CCARGS="$CCARGS -DNONPROD"
+#CCARGS="$CCARGS -DNONPROD"
sed 's/ / /g' <<EOF
SYSTYPE = $SYSTYPE
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20051208"
+#define MAIL_RELEASE_DATE "20051209"
#define MAIL_VERSION_NUMBER "2.3"
#ifdef SNAPSHOT
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
+#include <signal.h>
#ifdef STRCASECMP_IN_STRINGS_H
#include <strings.h>
#include <stdlib.h>
#include <fcntl.h>
#include <syslog.h>
+#include <signal.h>
#ifdef STRCASECMP_IN_STRINGS_H
#include <strings.h>