re-fix the atoll thing

This commit is contained in:
Ron Pedde
2005-02-05 20:54:55 +00:00
parent 86b87b43dd
commit 1ea0bce3b3
3 changed files with 8 additions and 4 deletions

View File

@@ -107,6 +107,12 @@
/** Seconds to sleep before checking for a shutdown or reload */
#define MAIN_SLEEP_INTERVAL 2
/** Let's hope if you have no atoll, you only have 32 bit inodes... */
#if !HAVE_ATOLL
# define atoll(a) atol(a)
#endif
/*
* Globals
*/