summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/php_sysvmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r--ext/sysvmsg/php_sysvmsg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h
index af5e1da9ab..ae91051f1f 100644
--- a/ext/sysvmsg/php_sysvmsg.h
+++ b/ext/sysvmsg/php_sysvmsg.h
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -19,7 +17,7 @@
#ifndef PHP_SYSVMSG_H
#define PHP_SYSVMSG_H
-#if HAVE_SYSVMSG
+#ifdef HAVE_SYSVMSG
extern zend_module_entry sysvmsg_module_entry;
#define phpext_sysvmsg_ptr &sysvmsg_module_entry