/* $Id$
$State$
$Log$
+ Revision 1.99 2004/06/05 08:57:40 brouard
+ *** empty log message ***
+
Revision 1.98 2004/05/16 15:05:56 brouard
New version 0.97 . First attempt to estimate force of mortality
directly from the data i.e. without the need of knowing the health
#define AGESUP 130
#define AGEBASE 40
#define AGEGOMP 10. /* Minimal age for Gompertz adjustment */
-#ifdef unix
+#ifdef UNIX
#define DIRSEPARATOR '/'
#define ODIRSEPARATOR '\\'
#else