summaryrefslogtreecommitdiff
path: root/pledge.h
diff options
context:
space:
mode:
Diffstat (limited to 'pledge.h')
-rw-r--r--pledge.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/pledge.h b/pledge.h
new file mode 100644
index 0000000..24cdccb
--- /dev/null
+++ b/pledge.h
@@ -0,0 +1,29 @@
1/*
2 +----------------------------------------------------------------------+
3 | Suhosin Version 1 |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 2006-2007 The Hardened-PHP Project |
6 | Copyright (c) 2007-2015 SektionEins GmbH |
7 +----------------------------------------------------------------------+
8 | This source file is subject to version 3.01 of the PHP license, |
9 | that is bundled with this package in the file LICENSE, and is |
10 | available through the world-wide-web at the following url: |
11 | http://www.php.net/license/3_01.txt |
12 | If you did not receive a copy of the PHP license and are unable to |
13 | obtain it through the world-wide-web, please send a note to |
14 | license@php.net so we can mail you a copy immediately. |
15 +----------------------------------------------------------------------+
16 | Author: David Carlier <devnexen@gmail.com> |
17 +----------------------------------------------------------------------+
18*/
19
20/* $Id: pledge.h $ */
21
22#ifndef PLEDGE_H
23#define PLEDGE_H
24
25#include "ext/standard/basic_functions.h"
26#ifdef __OpenBSD__
27
28#endif
29#endif