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 {
83
83
}
84
84
print O " /* defines added by config steps */\n " ;
85
85
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 });
86
87
print O " #define USE_LDAP 1\n " if ($self -> {options }-> {ldap });
87
88
print O " #define HAVE_LIBZ 1\n " if ($self -> {options }-> {zlib });
88
89
print O " #define USE_SSL 1\n " if ($self -> {options }-> {openssl });
Original file line number Diff line number Diff line change 4
4
5
5
our $config = {
6
6
asserts => 1, # --enable-cassert
7
+ integer_datetimes => 1, # --enable-integer-datetimes
7
8
nls => undef , # --enable-nls=<path>
8
9
tcl => ' c:\tcl' , # --with-tls=<path>
9
10
perl => ' c:\perl' , # --with-perl
You can’t perform that action at this time.
0 commit comments