File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ sub GenerateFiles {
8383 }
8484 print O " /* defines added by config steps */\n " ;
8585 print O " #define USE_ASSERT_CHECKING 1\n " if ($self -> {options }-> {asserts });
86+ print O " #define USE_INTEGER_DATETIMES 1\n " if ($self -> {options }-> {integer_datetimes });
8687 print O " #define USE_LDAP 1\n " if ($self -> {options }-> {ldap });
8788 print O " #define HAVE_LIBZ 1\n " if ($self -> {options }-> {zlib });
8889 print O " #define USE_SSL 1\n " if ($self -> {options }-> {openssl });
Original file line number Diff line number Diff line change 44
55our $config = {
66 asserts => 1, # --enable-cassert
7+ integer_datetimes => 1, # --enable-integer-datetimes
78 nls => undef , # --enable-nls=<path>
89 tcl => ' c:\tcl' , # --with-tls=<path>
910 perl => ' c:\perl' , # --with-perl
You can’t perform that action at this time.
0 commit comments