Roxen.git
/
server
/
etc
/
include
/
module.h
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/include/module.h:1:
-
// $Id: module.h,v 1.
43
2000/11/
02
16
:
53
:
23
per Exp $
+
// $Id: module.h,v 1.
44
2000/11/
20
13
:
36
:
35
per Exp $
#ifndef ROXEN_MODULE_H #define ROXEN_MODULE_H
-
#include "config.h"
+
/*
#include "config.h"
*/
+
#include <roxen.h>
// compat #define QUERY(var) query( #var ) // Like query, but for global variables. #ifdef IN_ROXEN #define GLOBVAR(x) query( #x ) #else /* !IN_ROXEN */ #define GLOBVAR(x) roxenp()->query(#x) #endif /* IN_ROXEN */