/* * DEFS.H * * Copyright 1994-1998 Matthew Dillon (dillon@backplane.com) * May be distributed under the GNU General Public License */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define Prototype extern #define arysize(ary) (sizeof(ary)/sizeof((ary)[0])) #ifndef SCRIPTS_CRONTABS #define SCRIPTS_CRONTABS "/mit/scripts/cron/crontabs" #endif #ifndef TMPDIR #define TMPDIR "/tmp" #endif #ifndef OPEN_MAX #define OPEN_MAX 256 #endif #ifndef CRONUPDATE #define CRONUPDATE "cron.update" #endif #ifndef MAXLINES #define MAXLINES 256 /* max lines in non-root crontabs */ #endif