pike.git/
src/
pike_security.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-03-11
2014-03-11 18:07:11 by Martin Nilsson <nilsson@opera.com>
52c71886cf404b49e0f5d809fb9804771ec2669a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.8
Some double include protections.
5:
|| $Id$ */
-
#include "global.h"
-
+
#ifndef SECURITY_H #define SECURITY_H
-
+
#include "global.h"
+
#ifdef PIKE_SECURITY #include "object.h"