Files
archived-pecl-security-selinux/php_selinux.h
2024-10-08 15:41:09 +02:00

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 */