]> granicus.if.org Git - fcron/commitdiff
Skip_blanks moved from fcrontab.h to global.h
authorthib <thib>
Fri, 22 Jun 2001 21:07:16 +0000 (21:07 +0000)
committerthib <thib>
Fri, 22 Jun 2001 21:07:16 +0000 (21:07 +0000)
fcrontab.h

index 2adf8bbb233473188d1e986e810dc1e46643233e..7fbe1161e7cd0cb720140b895a2a5c64d753e02b 100644 (file)
@@ -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__
 #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"