pike.git/
src/
pike_security.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:40 by Martin Nilsson <nilsson@opera.com>
157b7fbc9d35fe045ab212ee43f7d9445ae90b69 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Some double include protections.
4:
|| for more information. */
-
#include "global.h"
-
+
#ifndef SECURITY_H #define SECURITY_H
-
+
#include "global.h"
+
#ifdef PIKE_SECURITY #include "object.h"