From: thib Date: Fri, 22 Jun 2001 21:07:16 +0000 (+0000) Subject: Skip_blanks moved from fcrontab.h to global.h X-Git-Tag: ver1564~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=528da90f02858b64c3577076f58e378448415c49;p=fcron Skip_blanks moved from fcrontab.h to global.h --- diff --git a/fcrontab.h b/fcrontab.h index 2adf8bb..7fbe116 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.9 2001-05-17 00:52:55 thib Exp $ */ + /* $Id: fcrontab.h,v 1.11 2001-06-22 21:07:16 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ @@ -29,11 +29,6 @@ #include "global.h" -/* macros */ -#define Skip_blanks(ptr) \ - while((*ptr == ' ') || (*ptr == '\t')) \ - ptr++; - /* global variables */ extern char debug_opt; extern CF *file_base; @@ -44,8 +39,6 @@ extern uid_t fcrontab_uid; /* prototype definition */ -#include "log.h" -#include "subs.h" #include "allow.h" #include "fileconf.h"