]> granicus.if.org Git - fcron/blobdiff - global.h
fixed bug preventing audit from being disabled -- thanks Thomas Deutschmann
[fcron] / global.h
index 2b17676809a52f32edf6166643c88ca353246c29..ce1d2693286374b1e2daa4aeffa3683a2c9a071c 100644 (file)
--- a/global.h
+++ b/global.h
  * which is a (not long) int (32bits).
  * As a time_t of INT_MAX=2^31 is 'only' in year 2038, we try to use a larger value
  * if we can. */
-// FIXME: test on 32bit system
+/* // FIXME: test on 32bit system */
 /* 2^33 = 8589934592, so LONG is 64bits at least */
 #if (LONG_MAX > INT_MAX) && (LONG_MAX > 8589934592)
 /* defined as time_t of 1st Jan of year (SHRT_MAX-1900) at 00:00:00 */