Roxen.git
/
server
/
modules
/
misc
/
pathinfo.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/misc/pathinfo.pike:1:
/* * PATH_INFO support for Roxen. * * Henrik Grubbström 1998-10-01 */
-
-
#include <module.h>
-
#include <stat.h>
-
+
inherit "module";
-
constant cvs_version = "$Id: pathinfo.pike,v 1.
9
2000/02/
10
06
:
44
:
08
nilsson
Exp $";
+
constant cvs_version = "$Id: pathinfo.pike,v 1.
10
2000/02/
16
07
:
15
:
51
per
Exp $";
constant thread_safe = 1; // #define PATHINFO_DEBUG #ifdef PATHINFO_DEBUG # define PATHINFO_WERR(X) werror("PATHINFO: "+X+"\n"); #else # define PATHINFO_WERR(X) #endif