build cleanup
[m6w6/ext-psi] / php_psi_posix.h.in
diff --git a/php_psi_posix.h.in b/php_psi_posix.h.in
deleted file mode 100644 (file)
index 080ed7a..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-/*******************************************************************************
- Copyright (c) 2016, Michael Wallner <mike@php.net>.
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
-     * Redistributions of source code must retain the above copyright notice,
-       this list of conditions and the following disclaimer.
-     * Redistributions in binary form must reproduce the above copyright
-       notice, this list of conditions and the following disclaimer in the
-       documentation and/or other materials provided with the distribution.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*******************************************************************************/
-
-/* generated by configure */
-
-#include "php_psi_stdinc.h"
-
-#ifdef PSI_STD_TYPES
-static struct psi_std_type {
-       token_t type_tag;
-       const char *type_name;
-       const char *alias;
-} psi_std_types[] = {
-@PSI_STDTYPES@
-       {0}
-};
-#endif
-
-#ifdef PSI_PREDEF_CONSTS
-static struct psi_predef_const {
-       token_t type_tag;
-       const char *type_name;
-       const char *var_name;
-       impl_val value;
-} psi_predef_consts[] = {
-@PSI_CONSTS@
-       {0}
-};
-#endif
-
-#ifdef PSI_FUNC_REDIRS
-typedef void (*psi_func_ptr)();
-static struct psi_func_redir {
-       const char *name;
-       psi_func_ptr func;
-} psi_func_redirs[] = {
-       /* inline byte swapping */
-#ifdef __APPLE__
-       {"_OSSwapInt16", (psi_func_ptr) psi_swap16},
-       {"_OSSwapInt32", (psi_func_ptr) psi_swap32},
-       {"_OSSwapInt64", (psi_func_ptr) psi_swap64},
-#elif defined(__FreeBSD__)
-       {"bswap16", (psi_func_ptr) psi_swap16},
-       {"bswap32", (psi_func_ptr) psi_swap32},
-       {"bswap64", (psi_func_ptr) psi_swap64},
-#elif defined(__OpenBSD__)
-       {"swap16", (psi_func_ptr) psi_swap16},
-       {"swap32", (psi_func_ptr) psi_swap32},
-       {"swap64", psi_swap64},
-#elif defined(__NetBSD__)
-       {"bswap16", (psi_func_ptr) psi_swap16},
-       {"bswap32", (psi_func_ptr) psi_swap32},
-       {"bswap64", (psi_func_ptr) psi_swap64},
-#else
-       {"bswap_16", (psi_func_ptr) psi_swap16},
-       {"bswap_32", (psi_func_ptr) psi_swap32},
-       {"bswap_64", (psi_func_ptr) psi_swap64},
-#endif
-       /* needed from libc_nonshared.a */
-       {"fstat", (psi_func_ptr) fstat},
-       {"fstatat", (psi_func_ptr) fstatat},
-       {"lstat", (psi_func_ptr) lstat},
-       {"mknod", (psi_func_ptr) mknod},
-#ifdef HAVE_MKNODAT
-       {"mknodat", (psi_func_ptr) mknodat},
-#endif
-       {"stat", (psi_func_ptr) stat},
-       {0}
-};
-#endif
-