# fcron's Makefile ########
############################
-# $Id: Makefile.in,v 1.14 2000-06-15 20:40:27 thib Exp $
+# $Id: Makefile.in,v 1.15 2000-06-16 11:53:27 thib Exp $
# ********************************************************* #
# *** Begin of configurable stuffs ************************ #
# for each execution of each job.
#OPTIM= -DDEBUG -g -DFOREGROUND
#OPTIM= -DDEBUG -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
-OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
-#OPTIM= -O2 -Wall
+#OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
+OPTIM= -O2 -Wall
#OPTIM= -O3 -mcpu=i686 -Wall
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: conf.c,v 1.7 2000-06-15 20:10:11 thib Exp $ */
+ /* $Id: conf.c,v 1.8 2000-06-16 11:51:11 thib Exp $ */
#include "fcron.h"
* otherwise free all files */
{
CF *file;
- CF *prev_file=NULL;
+ CF *prev_file = NULL;
CL *line;
CL *cur_line;
env_t *env = NULL;