pike.git/
lib/
modules/
Sql.pmod/
sybase.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2010-11-02
2010-11-02 13:06:22 by Martin Stjernholm <mast@lysator.liu.se>
a59c79123296d5d74771b1888af6529ea825ecea (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Don't dump sql driver files that depend on system libraries.
2:
* Sybase driver for the Pike programming language. * By Francesco Chemolli <kinkie@roxen.com> 10/12/1999 *
-
*
$Id: sybase.pike,v 1.11 2008/01/09 14:26:07 mast Exp $
+
*
$Id$
* */ #pike __REAL_VERSION__
-
+
// Cannot dump this since the #if constant(...) check below may depend
+
// on the presence of system libs at runtime.
+
constant dont_dump_program = 1;
+
#if constant(sybase.sybase) inherit sybase.sybase:mo;