X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi_predef.h.in;fp=php_psi_predef.h.in;h=bdd7c79b1c54d72466cd607cf3368a4415e32da1;hp=0000000000000000000000000000000000000000;hb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890;hpb=f76cbab7698c988217d56a96f3ef68005cddd5ec diff --git a/php_psi_predef.h.in b/php_psi_predef.h.in new file mode 100644 index 0000000..bdd7c79 --- /dev/null +++ b/php_psi_predef.h.in @@ -0,0 +1,91 @@ +/******************************************************************************* + Copyright (c) 2016, Michael Wallner . + 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 */ + +#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_FUNC_REDIRS +typedef void (*psi_func_ptr)(void); +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 + +#ifdef PSI_CPP_SEARCH +static const char psi_cpp_search[] = "" +@PSI_CPP_SEARCH@ +; +#endif + +#ifdef PSI_CPP_PREDEF +static const char psi_cpp_predef[] = "" +@PSI_CPP_PREDEF@ +; +#endif +