/* $Id$ */
-#ifndef _PHP_BCMATH_H
-#define _PHP_BCMATH_H
+#ifndef PHP_BCMATH_H
+#define PHP_BCMATH_H
#if WITH_BCMATH
#endif
-#endif /* _PHP_BCMATH_H */
+#endif /* PHP_BCMATH_H */
-#ifndef _INCLUDED_SDNCAL_H
-#define _INCLUDED_SDNCAL_H
+#ifndef SDNCAL_H
+#define SDNCAL_H
/*
* This code has been modified for use with PHP
* by Shane Caraveo shane@caraveo.com
extern char *DayNameShort[7];
extern char *DayNameLong[7];
-#endif /* _INCLUDED_SDNCAL_H */
+#endif /* SDNCAL_H */
-#ifndef _PHP_COM_H
-#define _PHP_COM_H
+#ifndef PHP_COM_H
+#define PHP_COM_H
#if WIN32|WINNT
#define phpext_COM_ptr COM_module_ptr
-#endif /* _PHP_COM_H */
+#endif /* PHP_COM_H */
*/
/* $Id$ */
-#ifndef _PHP_CPDF_H
-#define _PHP_CPDF_H
+#ifndef PHP_CPDF_H
+#define PHP_CPDF_H
#if HAVE_CPDFLIB
+----------------------------------------------------------------------+
*/
-#ifndef _CYBERCASH_H
-#define _CYBERCASH_H
+#ifndef CYBERCASH_H
+#define CYBERCASH_H
#if HAVE_MCK
/* $Id */
-#ifndef _PHP_DAV_H
-# define _PHP_DAV_H
+#ifndef PHP_DAV_H
+#define PHP_DAV_H
-# if HAVE_MOD_DAV
+#if HAVE_MOD_DAV
typedef struct {
int foo;
} phpdav_module;
extern zend_module_entry phpdav_module_entry;
-# define phpdav_module_ptr &phpdav_module_entry
+#define phpdav_module_ptr &phpdav_module_entry
int phpdav_mkcol_test_handler(request_rec *);
PHP_FUNCTION(dav_set_mkcol_handlers);
-# else /* !HAVE_MOD_DAV */
+#else /* !HAVE_MOD_DAV */
-# define phpdav_module_ptr NULL
+#define phpdav_module_ptr NULL
-# endif /* HAVE_MOD_DAV */
+#endif /* HAVE_MOD_DAV */
#define phpext_dav_ptr phpdav_module_ptr
-#endif /* _PHP_DAV_H */
+#endif /* PHP_DAV_H */
/*
/* $Id$ */
-#ifndef _PHP_DB_H
-#define _PHP_DB_H
+#ifndef PHP_DB_H
+#define PHP_DB_H
#ifndef DLEXPORT
PHP_FUNCTION(dbmfirstkey);
PHP_FUNCTION(dbmnextkey);
-#endif /* _PHP_DB_H */
+#endif /* PHP_DB_H */
-#ifndef _PHP_CDB_H
-#define _PHP_CDB_H
+#ifndef PHP_CDB_H
+#define PHP_CDB_H
#if DBA_CDB
-#ifndef _PHP_DB2_H
-#define _PHP_DB2_H
+#ifndef PHP_DB2_H
+#define PHP_DB2_H
#if DBA_DB2
-#ifndef _PHP_DB3_H
-#define _PHP_DB3_H
+#ifndef PHP_DB3_H
+#define PHP_DB3_H
#if DBA_DB3
-#ifndef _PHP_DBM_H
-#define _PHP_DBM_H
+#ifndef PHP_DBM_H
+#define PHP_DBM_H
#if DBA_DBM
-#ifndef _PHP_GDBM_H
-#define _PHP_GDBM_H
+#ifndef PHP_GDBM_H
+#define PHP_GDBM_H
#if DBA_GDBM
-#ifndef _PHP_NDBM_H
-#define _PHP_NDBM_H
+#ifndef PHP_NDBM_H
+#define PHP_NDBM_H
#if DBA_NDBM
* (c) 1986 John Wiley & Sons, Inc.
*/
-#ifndef _DBF_H_
-#define _DBF_H_
+#ifndef DBF_H_
+#define DBF_H_
#include <stdlib.h>
#include <string.h>
#include "dbf_misc.h"
#include "dbf_rec.h"
-#endif /* _DBF_H_ */
+#endif /* DBF_H_ */
* by Rick Spence
*/
-#ifndef _DBF_NDX_H_
-#define _DBF_NDX_H_
+#ifndef DBF_NDX_H_
+#define DBF_NDX_H_
#include "dbf.h"
extern ndx_record_t *ndx_get_first_rec(ndx_header_t *);
extern ndx_record_t *ndx_get_next_rec(ndx_header_t *, ndx_record_t *);
-#endif /* _DBF_NDX_H_ */
+#endif /* DBF_NDX_H_ */
/* $Id$ */
-#ifndef _PHP_DOMXML_H
-#define _PHP_DOMXML_H
+#ifndef PHP_DOMXML_H
+#define PHP_DOMXML_H
#if HAVE_DOMXML
#include <libxml/parser.h>
/* $Id$ */
-#ifndef _REG_H
-#define _REG_H
+#ifndef REG_H
+#define REG_H
char *php_reg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended);
#define REGLS_FETCH()
#endif
-#endif /* _REG_H */
+#endif /* REG_H */
-#ifndef _PHP_REGEX_H
-#define _PHP_REGEX_H
+#ifndef PHP_REGEX_H
+#define PHP_REGEX_H
/*
* REGEX means:
#endif
#endif
-#endif /* _PHP_REGEX_H */
+#endif /* PHP_REGEX_H */
*/
/* $Id$ */
-#ifndef _PHP_FDF_H
-#define _PHP_FDF_H
+#ifndef PHP_FDF_H
+#define PHP_FDF_H
#if HAVE_FDFLIB
#if WIN32|WINNT
#else
#define phpext_fdf_ptr NULL
#endif
-#endif /* _PHP_FDF_H */
+#endif /* PHP_FDF_H */
/* $Id$ */
-#ifndef _FTP_H
-#define _FTP_H
+#ifndef FTP_H
+#define FTP_H
#include <stdio.h>
#ifdef HAVE_NETINET_IN_H
/* $Id$ */
-#ifndef _PHP_GD_H
-#define _PHP_GD_H
+#ifndef PHP_GD_H
+#define PHP_GD_H
#define HAVE_GDIMAGECREATEFROMPNG 1
#endif
-#endif /* _PHP_GD_H */
+#endif /* PHP_GD_H */
* -----------------
*
* $Log$
+* Revision 1.1 1999/04/21 23:37:47 ssb
+* moved db
+*
* Revision 1.1.1.1 1999/04/07 21:03:29 zeev
* PHP 4.0
*
*
****************************************************************************/
-#ifndef __DEBUG_H
-#define __DEBUG_H
+#ifndef DEBUG_H
+#define DEBUG_H
#ifdef DEBUG
# define D(x) x
#define NO 0
#define YES 1
-#endif __DEBUG_H
+#endif /* DEBUG_H */
/* $Id$ */
-#ifndef _HG_COMM_H
-#define _HG_COMM_H
+#ifndef HG_COMM_H
+#define HG_COMM_H
#if HYPERWAVE
/* $Id$ */
-#ifndef _HW_ERROR_H
-#define _HW_ERROR_H
+#ifndef HW_ERROR_H
+#define HW_ERROR_H
#if HYPERWAVE
/* $Id$ */
-#ifndef _PHP_LDAP_H
-#define _PHP_LDAP_H
+#ifndef PHP_LDAP_H
+#define PHP_LDAP_H
#include <lber.h>
#include <ldap.h>
#define phpext_ldap_ptr ldap_module_ptr
-#endif /* _PHP_LDAP_H */
+#endif /* PHP_LDAP_H */
/* $Id$ */
-#ifndef _PHP_MSQL_H
-#define _PHP_MSQL_H
+#ifndef PHP_MSQL_H
+#define PHP_MSQL_H
#if HAVE_MSQL
#define phpext_msql_ptr msql_module_ptr
-#endif /* _PHP_MSQL_H */
+#endif /* PHP_MSQL_H */
/* $Id$ */
-#ifndef _PHP_MSSQL_H
-#define _PHP_MSSQL_H
+#ifndef PHP_MSSQL_H
+#define PHP_MSSQL_H
#if HAVE_MSSQL
#define phpext_mssql_ptr mssql_module_ptr
-#endif /* _PHP_MSSQL_H */
+#endif /* PHP_MSSQL_H */
/* $Id$ */
-#ifndef _PHP_MYSQL_H
-#define _PHP_MYSQL_H
+#ifndef PHP_MYSQL_H
+#define PHP_MYSQL_H
#ifdef PHP_WIN32
#define PHP_MYSQL_API __declspec(dllexport)
#define phpext_mysql_ptr mysql_module_ptr
-#endif /* _PHP_MYSQL_H */
+#endif /* PHP_MYSQL_H */
/* $Id */
#if HAVE_OCI8
-# ifndef _PHP_OCI8_H
-# define _PHP_OCI8_H
+# ifndef PHP_OCI8_H
+# define PHP_OCI8_H
# endif
# if (defined(__osf__) && defined(__alpha))
/* $Id$ */
-#ifndef _PHP_ODBC_H
-#define _PHP_ODBC_H
+#ifndef PHP_ODBC_H
+#define PHP_ODBC_H
#if HAVE_UODBC
#define ODBCVER 0x0250
#define phpext_odbc_ptr odbc_module_ptr
-#endif /* _PHP_ODBC_H */
+#endif /* PHP_ODBC_H */
/*
* Local variables:
/* $Id$ */
-#ifndef _PHP_VELOCIS_H
-#define _PHP_VELOCIS_H
+#ifndef PHP_VELOCIS_H
+#define PHP_VELOCIS_H
#if defined(HAVE_VELOCIS) && !HAVE_UODBC
#define UNIX
#define velocis_module_ptr NULL
#endif /* HAVE_VELOCIS */
-#endif /* _PHP_VELOCIS_H */
+#endif /* PHP_VELOCIS_H */
/*
* Local variables:
/* synced with oracle.h,v 1.40 1999/06/01 08:11:04 thies Exp $ */
-#ifndef _PHP_ORACLE_H
-#define _PHP_ORACLE_H
+#ifndef PHP_ORACLE_H
+#define PHP_ORACLE_H
#if HAVE_ORACLE
#endif /* HAVE_ORACLE */
-#endif /* _PHP_ORACLE_H */
+#endif /* PHP_ORACLE_H */
/*
* Local Variables:
/* Copyright (c) 1997-2000 University of Cambridge */
-#ifndef _PCRE_H
-#define _PCRE_H
+#ifndef PCRE_H
+#define PCRE_H
#define PCRE_MAJOR 3
#define PCRE_MINOR 1
/* Copyright (c) 1997-2000 University of Cambridge */
-#ifndef _PCREPOSIX_H
-#define _PCREPOSIX_H
+#ifndef PCREPOSIX_H
+#define PCREPOSIX_H
/* This is the header for the POSIX wrapper interface to the PCRE Perl-
Compatible Regular Expression library. It defines the things POSIX says should
/* $Id$ */
-#ifndef _PHP_PCRE_H
-#define _PHP_PCRE_H
+#ifndef PHP_PCRE_H
+#define PHP_PCRE_H
#if HAVE_PCRE || HAVE_BUNDLED_PCRE
#define phpext_pcre_ptr pcre_module_ptr
-#endif /* _PHP_PCRE_H */
+#endif /* PHP_PCRE_H */
*/
/* $Id$ */
-#ifndef _PHP_PDF_H
-#define _PHP_PDF_H
+#ifndef PHP_PDF_H
+#define PHP_PDF_H
#if HAVE_PDFLIB
#define pdf_module_ptr NULL
#endif
#define phpext_pdf_ptr pdf_module_ptr
-#endif /* _PHP_PDF_H */
+#endif /* PHP_PDF_H */
/* $Id$ */
-#ifndef _PHP_PGSQL_H
-#define _PHP_PGSQL_H
+#ifndef PHP_PGSQL_H
+#define PHP_PGSQL_H
#if HAVE_PGSQL
#define phpext_pgsql_ptr pgsql_module_ptr
-#endif /* _PHP_PGSQL_H */
+#endif /* PHP_PGSQL_H */
/* $Id$ */
-#ifndef _PHP_POSIX_H
-#define _PHP_POSIX_H
+#ifndef PHP_POSIX_H
+#define PHP_POSIX_H
#if HAVE_POSIX
#ifndef DLEXPORT
#define phpext_posix_ptr posix_module_ptr
-#endif /* _PHP_POSIX_H */
+#endif /* PHP_POSIX_H */
/* $Id$ */
-#ifndef _PHP_READLINE_H
-#define _PHP_READLINE_H
+#ifndef PHP_READLINE_H
+#define PHP_READLINE_H
#if HAVE_LIBREADLINE
#ifdef ZTS
#endif /* HAVE_LIBREADLINE */
-#endif /* _PHP_READLINE_H */
+#endif /* PHP_READLINE_H */
/* $Id$ */
-#ifndef _PHP_RECODE_H
-#define _PHP_RECODE_H
+#ifndef PHP_RECODE_H
+#define PHP_RECODE_H
#ifdef PHP_WIN32
#define PHP_MYSQL_API __declspec(dllexport)
#define phpext_recode_ptr NULL
#endif
-#endif /* _PHP_RECODE_H */
+#endif /* PHP_RECODE_H */
-#ifndef _PHP_COM_H
-#define _PHP_COM_H
+#ifndef PHP_COM_H
+#define PHP_COM_H
#if WIN32|WINNT
#define phpext_COM_ptr COM_module_ptr
-#endif /* _PHP_COM_H */
+#endif /* PHP_COM_H */
*/
/* $Id$ */
-#ifndef _PHP_SNMP_H
-#define _PHP_SNMP_H
+#ifndef PHP_SNMP_H
+#define PHP_SNMP_H
#if HAVE_SNMP
#ifndef DLEXPORT
#define phpext_snmp_ptr snmp_module_ptr
-#endif /* _PHP_SNMP_H */
+#endif /* PHP_SNMP_H */
/* $Id$ */
-#ifndef _BASIC_FUNCTIONS_H
-#define _BASIC_FUNCTIONS_H
+#ifndef BASIC_FUNCTIONS_H
+#define BASIC_FUNCTIONS_H
#include <sys/stat.h>
#define SAFE_MODE_PROTECTED_ENV_VARS "LD_LIBRARY_PATH"
#define SAFE_MODE_ALLOWED_ENV_VARS "PHP_"
-#endif /* _BASIC_FUNCTIONS_H */
+#endif /* BASIC_FUNCTIONS_H */
/* $Id$ */
-#ifndef _CYR_CONVERT_H
-#define _CYR_CONVERT_H
+#ifndef CYR_CONVERT_H
+#define CYR_CONVERT_H
PHP_FUNCTION(convert_cyr_string);
-#endif /* _CYR_CONVERT_H */
+#endif /* CYR_CONVERT_H */
/* $Id$ */
-#ifndef _DATETIME_H
-#define _DATETIME_H
+#ifndef DATETIME_H
+#define DATETIME_H
PHP_FUNCTION(time);
PHP_FUNCTION(mktime);
void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
#endif
-#endif /* _DATETIME_H */
+#endif /* DATETIME_H */
/* $Id$ */
-#ifndef _DL_H
-#define _DL_H
+#ifndef DL_H
+#define DL_H
void php_dl(pval *file,int type,pval *return_value);
PHP_MINFO_FUNCTION(dl);
-#endif /* _DL_H */
+#endif /* DL_H */
/* $Id$ */
-#ifndef _DNS_H
-#define _DNS_H
+#ifndef DNS_H
+#define DNS_H
PHP_FUNCTION(gethostbyaddr);
PHP_FUNCTION(gethostbyname);
#define INT32SZ 4
#endif
-#endif /* _DNS_H */
+#endif /* DNS_H */
/* $Id$ */
-#ifndef _EXEC_H
-#define _EXEC_H
+#ifndef EXEC_H
+#define EXEC_H
PHP_FUNCTION(system);
PHP_FUNCTION(exec);
PHP_FUNCTION(shell_exec);
char *php_escape_shell_cmd(char *);
-#endif /* _EXEC_H */
+#endif /* EXEC_H */
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
-#ifndef _FILE_H
-#define _FILE_H
+#ifndef FILE_H
+#define FILE_H
extern PHP_MINIT_FUNCTION(file);
PHPAPI int php_file_le_socket(void);
PHPAPI int php_file_le_uploads(void);
-#endif /* _FILE_H */
+#endif /* FILE_H */
-#ifndef _FLOCK_COMPAT_H
-#define _FLOCK_COMPAT_H
+#ifndef FLOCK_COMPAT_H
+#define FLOCK_COMPAT_H
#ifndef HAVE_FLOCK
# define LOCK_SH 1
extern int inet_aton(const char *, struct in_addr *);
#endif
-#endif /* _FLOCK_COMPAT_H */
+#endif /* FLOCK_COMPAT_H */
/* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
-#ifndef _FSOCK_H
-#define _FSOCK_H
+#ifndef FSOCK_H
+#define FSOCK_H
#ifdef PHP_WIN32
# ifndef WINNT
#define FLS_FETCH()
#endif
-#endif /* _FSOCK_H */
+#endif /* FSOCK_H */
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+----------------------------------------------------------------------+
*/
-#ifndef _HEAD_H
-#define _HEAD_H
+#ifndef HEAD_H
+#define HEAD_H
/*
/* $Id$ */
-#ifndef _HTML_H
-#define _HTML_H
+#ifndef HTML_H
+#define HTML_H
void register_html_constants(INIT_FUNC_ARGS);
PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all);
-#endif /* _HTML_H */
+#endif /* HTML_H */
*/
/* $Id$ */
-#ifndef _INFO_H
-#define _INFO_H
+#ifndef INFO_H
+#define INFO_H
#define PHP_ENTRY_NAME_COLOR "#CCCCFF"
#define PHP_CONTENTS_COLOR "#CCCCCC"
void register_phpinfo_constants(INIT_FUNC_ARGS);
-#endif /* _INFO_H */
+#endif /* INFO_H */
/* $Id$ */
-#ifndef _MICROTIME_H
-#define _MICROTIME_H
+#ifndef MICROTIME_H
+#define MICROTIME_H
PHP_FUNCTION(microtime);
PHP_FUNCTION(gettimeofday);
PHP_FUNCTION(getrusage);
-#endif /* _MICROTIME_H */
+#endif /* MICROTIME_H */
/* $Id$ */
-#ifndef _PACK_H
-#define _PACK_H
+#ifndef PACK_H
+#define PACK_H
extern PHP_MINIT_FUNCTION(pack);
PHP_FUNCTION(pack);
PHP_FUNCTION(unpack);
-#endif /* _PACK_H */
+#endif /* PACK_H */
/* $Id$ */
-#ifndef _PHP_ARRAY_H
-#define _PHP_ARRAY_H
+#ifndef PHP_ARRAY_H
+#define PHP_ARRAY_H
PHP_MINIT_FUNCTION(array);
PHP_MSHUTDOWN_FUNCTION(array);
extern php_array_globals array_globals;
#endif
-#endif /* _PHP_ARRAY_H */
+#endif /* PHP_ARRAY_H */
/* $Id$ */
-#ifndef _PHP_ASSERT_H
-#define _PHP_ASSERT_H
+#ifndef PHP_ASSERT_H
+#define PHP_ASSERT_H
PHP_MINIT_FUNCTION(assert);
PHP_MSHUTDOWN_FUNCTION(assert);
PHP_FUNCTION(assert);
PHP_FUNCTION(assert_options);
-#endif /* _PHP_ASSERT_H */
+#endif /* PHP_ASSERT_H */
*/
-#ifndef _PHP_BROWSCAP_H
-#define _PHP_BROWSCAP_H
+#ifndef PHP_BROWSCAP_H
+#define PHP_BROWSCAP_H
extern PHP_MINIT_FUNCTION(browscap);
extern PHP_MSHUTDOWN_FUNCTION(browscap);
PHP_FUNCTION(get_browser);
-#endif /* _PHP_BROWSCAP_H */
+#endif /* PHP_BROWSCAP_H */
/* $Id$ */
-#ifndef _PHP_DIR_H
-#define _PHP_DIR_H
+#ifndef PHP_DIR_H
+#define PHP_DIR_H
/* directory functions */
PHP_MINIT_FUNCTION(dir);
PHP_FUNCTION(readdir);
PHP_FUNCTION(getdir);
-#endif /* _PHP_DIR_H */
+#endif /* PHP_DIR_H */
+----------------------------------------------------------------------+
*/
-#ifndef _PHP_EXT_SYSLOG_H
-#define _PHP_EXT_SYSLOG_H
+#ifndef PHP_EXT_SYSLOG_H
+#define PHP_EXT_SYSLOG_H
#ifdef HAVE_SYSLOG_H
#endif
-#endif /* _PHP_EXT_SYSLOG_H */
+#endif /* PHP_EXT_SYSLOG_H */
*/
/* $Id$ */
-#ifndef _PHP_LINK_H
-#define _PHP_LINK_H
+#ifndef PHP_LINK_H
+#define PHP_LINK_H
#ifdef HAVE_SYMLINK
#endif
-#endif /* _PHP_LINK_H */
+#endif /* PHP_LINK_H */
*/
/* $Id$ */
-#ifndef _PHP_RAND_H
-#define _PHP_RAND_H
+#ifndef PHP_RAND_H
+#define PHP_RAND_H
#include <stdlib.h>
#define PHP_RAND_MAX RAND_MAX
#endif
-#endif /* _PHP_RAND_H */
+#endif /* PHP_RAND_H */
/* $Id$ */
-#ifndef _QUOT_PRINT_H
-#define _QUOT_PRINT_H
+#ifndef QUOT_PRINT_H
+#define QUOT_PRINT_H
PHP_FUNCTION(quoted_printable_decode);
-#endif /* _QUOT_PRINT_H */
+#endif /* QUOT_PRINT_H */
/* $Id$ */
-#ifndef _REG_H
-#define _REG_H
+#ifndef REG_H
+#define REG_H
char *php_reg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended);
#define REGLS_FETCH()
#endif
-#endif /* _REG_H */
+#endif /* REG_H */
| Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+----------------------------------------------------------------------+
*/
-#ifndef _TYPE_H
-#define _TYPE_H
+#ifndef TYPE_H
+#define TYPE_H
extern int php_check_type(char *str);
extern int php_check_ident_type(char *str);
/* $Id$ */
-#ifndef _UNIQID_H
-#define _UNIQID_H
+#ifndef UNIQID_H
+#define UNIQID_H
PHP_FUNCTION(uniqid);
-#endif /* _UNIQID_H */
+#endif /* UNIQID_H */
*/
/* $Id$ */
-#ifndef _URL_H
-#define _URL_H
+#ifndef URL_H
+#define URL_H
typedef struct url {
char *scheme;
PHP_FUNCTION(rawurlencode);
PHP_FUNCTION(rawurldecode);
-#endif /* _URL_H */
+#endif /* URL_H */
/*
* Local variables:
/* $Id$ */
-#ifndef _PHP_SWF_H
-#define _PHP_SWF_H
+#ifndef PHP_SWF_H
+#define PHP_SWF_H
#if HAVE_SWF
/* $Id$ */
-#ifndef _PHP_SYBASE_CT_H
-#define _PHP_SYBASE_CT_H
+#ifndef PHP_SYBASE_CT_H
+#define PHP_SYBASE_CT_H
#if HAVE_SYBASE_CT
#define phpext_sybase_ct_ptr sybase_module_ptr
-#endif /* _PHP_SYBASE_CT_H */
+#endif /* PHP_SYBASE_CT_H */
/* $Id$ */
-#ifndef _PHP_SYSVSEM_H
-#define _PHP_SYSVSEM_H
+#ifndef PHP_SYSVSEM_H
+#define PHP_SYSVSEM_H
#if HAVE_SYSVSEM
#define phpext_sysvsem_ptr sysvsem_module_ptr
-#endif /* _PHP_SYSVSEM_H */
+#endif /* PHP_SYSVSEM_H */
/* $Id$ */
-#ifndef _PHP_SYSVSHM_H
-#define _PHP_SYSVSHM_H
+#ifndef PHP_SYSVSHM_H
+#define PHP_SYSVSHM_H
#if HAVE_SYSVSHM
#define phpext_sysvshm_ptr sysvshm_module_ptr
-#endif /* _PHP_SYSVSHM_H */
+#endif /* PHP_SYSVSHM_H */
/* $Id$ */
-#ifndef _PHP_XML_H
-#define _PHP_XML_H
+#ifndef PHP_XML_H
+#define PHP_XML_H
#ifdef HAVE_LIBEXPAT
#define XMLLS_FETCH()
#endif
-#endif /* _PHP_XML_H */
+#endif /* PHP_XML_H */
/*
* Local variables:
*/
/* $Id$ */
-#ifndef _PHP_YP_H
-#define _PHP_YP_H
+#ifndef PHP_YP_H
+#define PHP_YP_H
#if HAVE_YP
#define phpext_yp_ptr yp_module_ptr
-#endif /* _PHP_YP_H */
+#endif /* PHP_YP_H */
/* $Id$ */
-#ifndef _PHP_ZLIB_H
-#define _PHP_ZLIB_H
+#ifndef PHP_ZLIB_H
+#define PHP_ZLIB_H
#if HAVE_ZLIB
#define phpext_zlib_ptr zlib_module_ptr
-#endif /* _PHP_ZLIB_H */
+#endif /* PHP_ZLIB_H */
*/
-#ifndef _NEW_SAPI_H
-#define _NEW_SAPI_H
+#ifndef SAPI_H
+#define SAPI_H
#include "zend.h"
#include "zend_llist.h"
#define STANDARD_SAPI_MODULE_PROPERTIES NULL
-#endif /* _NEW_SAPI_H */
+#endif /* SAPI_H */
/*
* Local variables:
/* $Id$ */
-#ifndef _INTERNAL_FUNCTIONS_REGISTRY_H
-#define _INTERNAL_FUNCTIONS_REGISTRY_H
+#ifndef INTERNAL_FUNCTIONS_REGISTRY_H
+#define INTERNAL_FUNCTIONS_REGISTRY_H
extern int php_init_mime(INIT_FUNC_ARGS);
/* $Id$ */
-#ifndef _PHP_H
-#define _PHP_H
+#ifndef PHP_H
+#define PHP_H
#ifdef HAVE_DMALLOC
#include <dmalloc.h>
-#ifndef _PHP_CONTENT_TYPES_H
-#define _PHP_CONTENT_TYPES_H
+#ifndef PHP_CONTENT_TYPES_H
+#define PHP_CONTENT_TYPES_H
#define DEFAULT_POST_CONTENT_TYPE "application/x-www-form-urlencoded"
SAPI_POST_HANDLER_FUNC(php_std_post_handler);
int php_startup_sapi_content_types(void);
-#endif /* _PHP_CONTENT_TYPES_H */
+#endif /* PHP_CONTENT_TYPES_H */
*/
-#ifndef _PHP_GLOBALS_H
-#define _PHP_GLOBALS_H
+#ifndef PHP_GLOBALS_H
+#define PHP_GLOBALS_H
#include "zend_globals.h"
};
-#endif /* _PHP_GLOBALS_H */
+#endif /* PHP_GLOBALS_H */
/*
* Local variables:
+----------------------------------------------------------------------+
*/
-#ifndef _PHP_INI_H
-#define _PHP_INI_H
+#ifndef PHP_INI_H
+#define PHP_INI_H
#define PHP_INI_USER (1<<0)
#define PHP_INI_PERDIR (1<<1)
#define PHP_INI_STAGE_DEACTIVATE (1<<3)
#define PHP_INI_STAGE_RUNTIME (1<<4)
-#endif /* _PHP_INI_H */
+#endif /* PHP_INI_H */
+----------------------------------------------------------------------+
*/
-#ifndef _PHP_REALPATH_H_
-#define _PHP_REALPATH_H_
+#ifndef PHP_REALPATH_H
+#define PHP_REALPATH_H
extern char *php_realpath(const char *path, char resolved_path []);
-#ifndef _PHP_REGEX_H
-#define _PHP_REGEX_H
+#ifndef PHP_REGEX_H
+#define PHP_REGEX_H
/*
* REGEX means:
#endif
#endif
-#endif /* _PHP_REGEX_H */
+#endif /* PHP_REGEX_H */
+----------------------------------------------------------------------+
*/
-#ifndef _PHP_TICKS_H
-#define _PHP_TICKS_H
+#ifndef PHP_TICKS_H
+#define PHP_TICKS_H
struct _php_tick_function_entry {
void (*func)(int count);
*/
/* $Id$ */
-#ifndef _PHP_VARIABLES_H
-#define _PHP_VARIABLES_H
+#ifndef PHP_VARIABLES_H
+#define PHP_VARIABLES_H
#include "php.h"
#include "SAPI.h"
PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_array ELS_DC PLS_DC);
-#endif /* _PHP_VARIABLES_H */
+#endif /* PHP_VARIABLES_H */
-#ifndef _RFC1867_H
-#define _RFC1867_H
+#ifndef RFC1867_H
+#define RFC1867_H
#include "SAPI.h"
#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192
-#endif /* _RFC1867_H */
+#endif /* RFC1867_H */
-#ifndef _SAFE_MODE_H_
-#define _SAFE_MODE_H_
+#ifndef SAFE_MODE_H
+#define SAFE_MODE_H
extern PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode);
extern PHPAPI char *php_get_current_user(void);
+----------------------------------------------------------------------+
*/
-#ifndef _PHP_SNPRINTF_H
-#define _PHP_SNPRINTF_H
+#ifndef SNPRINTF_H
+#define SNPRINTF_H
#ifndef HAVE_SNPRINTF
extern int ap_php_snprintf(char *, size_t, const char *, ...);
#define sprintf php_sprintf
#endif
-#endif /* _PHP_SNPRINTF_H */
+#endif /* SNPRINTF_H */
/*
* Local variables:
*/
/* $Id$ */
-#ifndef _MOD_PHP4_H
-#define _MOD_PHP4_H
+#ifndef MOD_PHP4_H
+#define MOD_PHP4_H
#if !defined(WIN32) && !defined(WINNT)
#ifndef MODULE_VAR_EXPORT
#define S_IXUSR _S_IEXEC
#endif
-#endif /* _MOD_PHP4_H */
+#endif /* MOD_PHP4_H */
/*
* Local variables:
-#ifndef _PHP_REGISTRY_H
-#define _PHP_REGISTRY_H
+#ifndef PHP_REGISTRY_H
+#define PHP_REGISTRY_H
void UpdateIniFromRegistry(char *path);
-#endif /* _PHP_REGISTRY_H */
\ No newline at end of file
+#endif /* PHP_REGISTRY_H */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
*/
-#ifndef _PWD_H_
-#define _PWD_H_
+#ifndef PWD_H
+#define PWD_H
#if 0
/* This is taken care of in Windows-NT/config.h. */
typedef int uid_t;
-#ifndef _READDIR_H
-#define _READDIR_H
+#ifndef READDIR_H
+#define READDIR_H
/*
void rewinddir(DIR *);
-#endif /* _READDIR_H */
\ No newline at end of file
+#endif /* READDIR_H */
* Modified by Shane Caraveo for PHP
*
*****************************************************************************/
-#ifndef _DH_TIME_H
-#define _DH_TIME_H
+#ifndef TIME_H
+#define TIME_H
/* Include stuff ************************************************************ */
#include <winsock.h>
extern int setitimer(int which, const struct itimerval *value,
struct itimerval *ovalue);
-#endif
\ No newline at end of file
+#endif