# fcron's Makefile ########
############################
-# $Id: Makefile.in,v 1.24 2000-08-28 18:00:24 thib Exp $
+# $Id: Makefile.in,v 1.25 2000-08-30 09:09:15 thib Exp $
# ********************************************************* #
# *** Begin of configurable stuffs ************************ #
# -DDEBUG even more verbose
# -DCHECKJOBS send a mail containing the exact shell command
# for each execution of each job.
-OPTIM= -DDEBUG -g -DFOREGROUND
+OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2
#OPTIM= -DDEBUG -g -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes
#OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes
#OPTIM= -O2 -Wall
CFLAGS= $(INCLUDE) $(OPTIM) $(OTHERFLAGS) $(OPTION) -DVERSION=\"$(VERSION)\" -DFCRONTABS=\"$(FCRONTABS)\" -DETC=\"$(ETC)\"
OBJSD = fcron.o subs.o database.o job.o log.o conf.o
OBJS= fcrontab.o fileconf.o subs.o log.o allow.c
-HEADERSD = fcron.h config.h global.h Makefile option.h
-HEADERS = fcrontab.h config.h global.h Makefile option.h
+HEADERSD = fcron.h config.h global.h option.h
+HEADERS = fcrontab.h config.h global.h option.h
# this is two regular expressions
RCSNOLOG=.*\(.html\|VERSION\|MANIFEST\)
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: global.h,v 1.17 2000-08-28 17:59:40 thib Exp $ */
+ /* $Id: global.h,v 1.18 2000-08-30 09:09:07 thib Exp $ */
/*
typedef struct lavg {
struct CL *l_line;
- time_t l_since; /* the time of the line admission in the queue */
+ time_t l_until; /* the timeout of the wait for load averages */
} lavg;
#endif /* __GLOBALH__ */