diff options
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r-- | ext/standard/exec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 361554b33b..4f8f1b0b37 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -30,8 +30,8 @@ /* $Id$ */ -#ifndef _EXEC_H -#define _EXEC_H +#ifndef EXEC_H +#define EXEC_H PHP_FUNCTION(system); PHP_FUNCTION(exec); @@ -40,4 +40,4 @@ PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); char *php_escape_shell_cmd(char *); -#endif /* _EXEC_H */ +#endif /* EXEC_H */ |