Skip to content
Snippets Groups Projects
Commit c6015f8e authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added #pike

Rev: lib/modules/Sql.pmod/tds.pike:1.22
Rev: lib/modules/Standards.pmod/IIM.pmod:1.6
Rev: lib/modules/Tools.pmod/Standalone.pmod/pmar_install.pike:1.4
parent 58385085
No related branches found
No related tags found
No related merge requests found
/*
* $Id: tds.pike,v 1.21 2006/11/04 19:06:49 nilsson Exp $
* $Id: tds.pike,v 1.22 2007/01/01 04:51:39 nilsson Exp $
*
* A Pike implementation of the TDS protocol.
*
* Henrik Grubbstrm 2006-02-08.
*/
#pike __REAL_VERSION__
#define TDS_DEBUG
#define TDS_CONVERT_DEBUG
......
......@@ -3,10 +3,12 @@
//
// http://www.iptc.org/IIM/
//
// $Id: IIM.pmod,v 1.5 2006/09/11 16:53:35 grubba Exp $
// $Id: IIM.pmod,v 1.6 2007/01/01 04:52:43 nilsson Exp $
//
// Anders Johansson & Henrik Grubbstrm
#pike __REAL_VERSION__
mapping(int:mapping(int:string)) fields =
([
1: ([ // ENVELOPE RECORD
......
#pike __REAL_VERSION__
int DEBUG=1;
constant version = ("$Revision: 1.3 $"/" ")[1];
constant version = ("$Revision: 1.4 $"/" ")[1];
constant description = "Pike packaged module (PMAR) installer.";
int forcing;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment