Module Name: src
Committed By: christos
Date: Sat Mar 2 21:56:29 UTC 2013
Modified Files:
src/lib/libc/time: Makefile
Log Message:
but don't lose our own extensions
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/time/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/Makefile
diff -u src/lib/libc/time/Makefile:1.10 src/lib/libc/time/Makefile:1.11
--- src/lib/libc/time/Makefile:1.10 Sat Mar 2 16:28:06 2013
+++ src/lib/libc/time/Makefile Sat Mar 2 16:56:28 2013
@@ -121,6 +121,8 @@ LDLIBS=
# -DNO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU=1
# if you do not want run time warnings about formats that may cause
# year 2000 grief
+# -DNO_ERROR_IN_DST_GAP=1
+# if you want mktime() not to return an error in the DST gap.
# -DZIC_MAX_ABBR_LEN_WO_WARN=3
# (or some other number) to set the maximum time zone abbreviation length
# that zic will accept without a warning (the default is 6)