mirror of
https://github.com/php/pecl-security-selinux.git
synced 2026-03-23 23:12:12 +01:00
11 lines
245 B
C
11 lines
245 B
C
#ifndef PHP_SELINUX_H
|
|
#define PHP_SELINUX_H
|
|
|
|
extern zend_module_entry selinux_module_entry;
|
|
#define phpext_selinux_ptr &selinux_module_entry
|
|
|
|
#define PHP_SELINUX_VERSION "0.6.1"
|
|
#define PHP_SELINUX_STATE "stable"
|
|
|
|
#endif /* PHP_SELINUX_H */
|