pike.git/
lib/
modules/
Sql.pmod/
mysql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-14
2014-02-14 21:09:25 by Martin Nilsson <nilsson@opera.com>
e1fb0973d02865dae0fba39ab9b197778b3f5131 (
12
lines) (+
4
/-
8
)
[
Show
|
Annotate
]
Branch:
8.0
Simplified dependencies.
52:
//! @endsection #pike __REAL_VERSION__
+
#require constant(Mysql.mysql)
-
// Cannot dump this since the #
if
constant(...)
check
below
may depend
-
//
on the presence of system libs at runtime.
+
// Cannot dump this since the #
require
check may depend on the
+
//
presence of system libs at runtime.
constant dont_dump_program = 1;
-
#if constant(Mysql.mysql)
-
+
inherit Mysql.mysql; #define UNICODE_DECODE_MODE 1 // Unicode decode mode
945:
update_unicode_encode_mode_from_charset ("latin1"); } }
-
-
#else
-
constant this_program_does_not_exist=1;
-
#endif /* constant(Mysql.mysql) */
+