github.com/goccy/go-jit@v0.0.0-20200514131505-ff78d45cf6af/internal/config.h (about)

     1  /* config.h.  Generated from config.h.in by configure.  */
     2  /* config.h.in.  Generated from configure.ac by autoheader.  */
     3  
     4  /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
     5     systems. This function is required for `alloca.c' support on those systems.
     6     */
     7  /* #undef CRAY_STACKSEG_END */
     8  
     9  /* Define to 1 if using `alloca.c'. */
    10  /* #undef C_ALLOCA */
    11  
    12  /* Define to 1 if you have the `acos' function. */
    13  #define HAVE_ACOS 1
    14  
    15  /* Define to 1 if you have the `acosf' function. */
    16  #define HAVE_ACOSF 1
    17  
    18  /* Define to 1 if you have the `acosl' function. */
    19  #define HAVE_ACOSL 1
    20  
    21  /* Define to 1 if you have `alloca', as a function or macro. */
    22  #define HAVE_ALLOCA 1
    23  
    24  /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
    25     */
    26  #define HAVE_ALLOCA_H 1
    27  
    28  /* Define to 1 if you have the `asin' function. */
    29  #define HAVE_ASIN 1
    30  
    31  /* Define to 1 if you have the `asinf' function. */
    32  #define HAVE_ASINF 1
    33  
    34  /* Define to 1 if you have the `asinl' function. */
    35  #define HAVE_ASINL 1
    36  
    37  /* Define to 1 if you have the `atan' function. */
    38  #define HAVE_ATAN 1
    39  
    40  /* Define to 1 if you have the `atan2' function. */
    41  #define HAVE_ATAN2 1
    42  
    43  /* Define to 1 if you have the `atan2f' function. */
    44  #define HAVE_ATAN2F 1
    45  
    46  /* Define to 1 if you have the `atan2l' function. */
    47  #define HAVE_ATAN2L 1
    48  
    49  /* Define to 1 if you have the `atanf' function. */
    50  #define HAVE_ATANF 1
    51  
    52  /* Define to 1 if you have the `atanl' function. */
    53  #define HAVE_ATANL 1
    54  
    55  /* Define to 1 if you have the `bcmp' function. */
    56  #define HAVE_BCMP 1
    57  
    58  /* Define to 1 if you have the `bcopy' function. */
    59  #define HAVE_BCOPY 1
    60  
    61  /* Define to 1 if you have the `bzero' function. */
    62  #define HAVE_BZERO 1
    63  
    64  /* Define to 1 if you have the `ceil' function. */
    65  #define HAVE_CEIL 1
    66  
    67  /* Define to 1 if you have the `ceilf' function. */
    68  #define HAVE_CEILF 1
    69  
    70  /* Define to 1 if you have the `ceill' function. */
    71  #define HAVE_CEILL 1
    72  
    73  /* Define if you have support for computed gotos */
    74  #define HAVE_COMPUTED_GOTO 1
    75  
    76  /* Define to 1 if you have the `cos' function. */
    77  #define HAVE_COS 1
    78  
    79  /* Define to 1 if you have the `cosf' function. */
    80  #define HAVE_COSF 1
    81  
    82  /* Define to 1 if you have the `cosh' function. */
    83  #define HAVE_COSH 1
    84  
    85  /* Define to 1 if you have the `coshf' function. */
    86  #define HAVE_COSHF 1
    87  
    88  /* Define to 1 if you have the `coshl' function. */
    89  #define HAVE_COSHL 1
    90  
    91  /* Define to 1 if you have the `cosl' function. */
    92  #define HAVE_COSL 1
    93  
    94  /* Define to 1 if you have the `cygwin_conv_to_win32_path' function. */
    95  /* #undef HAVE_CYGWIN_CONV_TO_WIN32_PATH */
    96  
    97  /* Define to 1 if you have the <dlfcn.h> header file. */
    98  #define HAVE_DLFCN_H 1
    99  
   100  /* Define to 1 if you have the `dlopen' function. */
   101  #define HAVE_DLOPEN 1
   102  
   103  /* Define to 1 if you have the `drem' function. */
   104  #define HAVE_DREM 1
   105  
   106  /* Define to 1 if you have the `dremf' function. */
   107  /* #undef HAVE_DREMF */
   108  
   109  /* Define to 1 if you have the `dreml' function. */
   110  /* #undef HAVE_DREML */
   111  
   112  /* Define to 1 if you have the `exp' function. */
   113  #define HAVE_EXP 1
   114  
   115  /* Define to 1 if you have the `expf' function. */
   116  #define HAVE_EXPF 1
   117  
   118  /* Define to 1 if you have the `expl' function. */
   119  #define HAVE_EXPL 1
   120  
   121  /* Define to 1 if you have the <fcntl.h> header file. */
   122  #define HAVE_FCNTL_H 1
   123  
   124  /* Define to 1 if you have the `finite' function. */
   125  #define HAVE_FINITE 1
   126  
   127  /* Define to 1 if you have the `finitef' function. */
   128  /* #undef HAVE_FINITEF */
   129  
   130  /* Define to 1 if you have the `finitel' function. */
   131  /* #undef HAVE_FINITEL */
   132  
   133  /* Define to 1 if you have the `floor' function. */
   134  #define HAVE_FLOOR 1
   135  
   136  /* Define to 1 if you have the `floorf' function. */
   137  #define HAVE_FLOORF 1
   138  
   139  /* Define to 1 if you have the `floorl' function. */
   140  #define HAVE_FLOORL 1
   141  
   142  /* Define to 1 if you have the `fmod' function. */
   143  #define HAVE_FMOD 1
   144  
   145  /* Define to 1 if you have the `fmodf' function. */
   146  #define HAVE_FMODF 1
   147  
   148  /* Define to 1 if you have the `fmodl' function. */
   149  #define HAVE_FMODL 1
   150  
   151  /* Define to 1 if you have the `getpagesize' function. */
   152  #define HAVE_GETPAGESIZE 1
   153  
   154  /* Define to 1 if you have the <ieeefp.h> header file. */
   155  /* #undef HAVE_IEEEFP_H */
   156  
   157  /* Define to 1 if you have the <inttypes.h> header file. */
   158  #define HAVE_INTTYPES_H 1
   159  
   160  /* Define to 1 if you have the `isinf' function. */
   161  #define HAVE_ISINF 1
   162  
   163  /* Define to 1 if you have the `isinff' function. */
   164  /* #undef HAVE_ISINFF */
   165  
   166  /* Define to 1 if you have the `isinfl' function. */
   167  /* #undef HAVE_ISINFL */
   168  
   169  /* Define to 1 if you have the `isnan' function. */
   170  #define HAVE_ISNAN 1
   171  
   172  /* Define to 1 if you have the `isnanf' function. */
   173  /* #undef HAVE_ISNANF */
   174  
   175  /* Define to 1 if you have the `isnanl' function. */
   176  /* #undef HAVE_ISNANL */
   177  
   178  /* Define to 1 if you have the `dl' library (-ldl). */
   179  #define HAVE_LIBDL 1
   180  
   181  /* Define to 1 if you have the `m' library (-lm). */
   182  #define HAVE_LIBM 1
   183  
   184  /* Define to 1 if you have the `log' function. */
   185  #define HAVE_LOG 1
   186  
   187  /* Define to 1 if you have the `log10' function. */
   188  #define HAVE_LOG10 1
   189  
   190  /* Define to 1 if you have the `log10f' function. */
   191  #define HAVE_LOG10F 1
   192  
   193  /* Define to 1 if you have the `log10l' function. */
   194  #define HAVE_LOG10L 1
   195  
   196  /* Define to 1 if you have the `logf' function. */
   197  #define HAVE_LOGF 1
   198  
   199  /* Define to 1 if you have the `logl' function. */
   200  #define HAVE_LOGL 1
   201  
   202  /* Define to 1 if you have the <math.h> header file. */
   203  #define HAVE_MATH_H 1
   204  
   205  /* Define to 1 if you have the `memchr' function. */
   206  #define HAVE_MEMCHR 1
   207  
   208  /* Define to 1 if you have the `memcmp' function. */
   209  #define HAVE_MEMCMP 1
   210  
   211  /* Define to 1 if you have the `memcpy' function. */
   212  #define HAVE_MEMCPY 1
   213  
   214  /* Define to 1 if you have the `memmove' function. */
   215  #define HAVE_MEMMOVE 1
   216  
   217  /* Define to 1 if you have the <memory.h> header file. */
   218  #define HAVE_MEMORY_H 1
   219  
   220  /* Define to 1 if you have the `memset' function. */
   221  #define HAVE_MEMSET 1
   222  
   223  /* Define to 1 if you have the `mmap' function. */
   224  #define HAVE_MMAP 1
   225  
   226  /* Define to 1 if you have the `mprotect' function. */
   227  #define HAVE_MPROTECT 1
   228  
   229  /* Define to 1 if you have the `munmap' function. */
   230  #define HAVE_MUNMAP 1
   231  
   232  /* Define if you have PIC support for computed gotos */
   233  #define HAVE_PIC_COMPUTED_GOTO 1
   234  
   235  /* Define to 1 if you have the `pow' function. */
   236  #define HAVE_POW 1
   237  
   238  /* Define to 1 if you have the `powf' function. */
   239  #define HAVE_POWF 1
   240  
   241  /* Define to 1 if you have the `powl' function. */
   242  #define HAVE_POWL 1
   243  
   244  /* Define to 1 if you have the `remainder' function. */
   245  #define HAVE_REMAINDER 1
   246  
   247  /* Define to 1 if you have the `remainderf' function. */
   248  #define HAVE_REMAINDERF 1
   249  
   250  /* Define to 1 if you have the `remainderl' function. */
   251  #define HAVE_REMAINDERL 1
   252  
   253  /* Define to 1 if you have the `rint' function. */
   254  #define HAVE_RINT 1
   255  
   256  /* Define to 1 if you have the `rintf' function. */
   257  #define HAVE_RINTF 1
   258  
   259  /* Define to 1 if you have the `rintl' function. */
   260  #define HAVE_RINTL 1
   261  
   262  /* Define to 1 if you have the `round' function. */
   263  #define HAVE_ROUND 1
   264  
   265  /* Define to 1 if you have the `roundf' function. */
   266  #define HAVE_ROUNDF 1
   267  
   268  /* Define to 1 if you have the `roundl' function. */
   269  #define HAVE_ROUNDL 1
   270  
   271  /* Define to 1 if you have the `sigsetjmp' function. */
   272  #define HAVE_SIGSETJMP 1
   273  
   274  /* Define to 1 if you have the `sin' function. */
   275  #define HAVE_SIN 1
   276  
   277  /* Define to 1 if you have the `sinf' function. */
   278  #define HAVE_SINF 1
   279  
   280  /* Define to 1 if you have the `sinh' function. */
   281  #define HAVE_SINH 1
   282  
   283  /* Define to 1 if you have the `sinhf' function. */
   284  #define HAVE_SINHF 1
   285  
   286  /* Define to 1 if you have the `sinhl' function. */
   287  #define HAVE_SINHL 1
   288  
   289  /* Define to 1 if you have the `sinl' function. */
   290  #define HAVE_SINL 1
   291  
   292  /* Define to 1 if you have the `sqrt' function. */
   293  #define HAVE_SQRT 1
   294  
   295  /* Define to 1 if you have the `sqrtf' function. */
   296  #define HAVE_SQRTF 1
   297  
   298  /* Define to 1 if you have the `sqrtl' function. */
   299  #define HAVE_SQRTL 1
   300  
   301  /* Define to 1 if you have the <stdarg.h> header file. */
   302  #define HAVE_STDARG_H 1
   303  
   304  /* Define to 1 if you have the <stdint.h> header file. */
   305  #define HAVE_STDINT_H 1
   306  
   307  /* Define to 1 if you have the <stdlib.h> header file. */
   308  #define HAVE_STDLIB_H 1
   309  
   310  /* Define to 1 if you have the `strcat' function. */
   311  #define HAVE_STRCAT 1
   312  
   313  /* Define to 1 if you have the `strchr' function. */
   314  #define HAVE_STRCHR 1
   315  
   316  /* Define to 1 if you have the `strcmp' function. */
   317  #define HAVE_STRCMP 1
   318  
   319  /* Define to 1 if you have the `strcpy' function. */
   320  #define HAVE_STRCPY 1
   321  
   322  /* Define to 1 if you have the <strings.h> header file. */
   323  #define HAVE_STRINGS_H 1
   324  
   325  /* Define to 1 if you have the <string.h> header file. */
   326  #define HAVE_STRING_H 1
   327  
   328  /* Define to 1 if you have the `strlen' function. */
   329  #define HAVE_STRLEN 1
   330  
   331  /* Define to 1 if you have the `strncmp' function. */
   332  #define HAVE_STRNCMP 1
   333  
   334  /* Define to 1 if you have the `strncpy' function. */
   335  #define HAVE_STRNCPY 1
   336  
   337  /* Define to 1 if you have the `strrchr' function. */
   338  #define HAVE_STRRCHR 1
   339  
   340  /* Define to 1 if you have the <sys/cygwin.h> header file. */
   341  /* #undef HAVE_SYS_CYGWIN_H */
   342  
   343  /* Define to 1 if you have the <sys/mman.h> header file. */
   344  #define HAVE_SYS_MMAN_H 1
   345  
   346  /* Define to 1 if you have the <sys/stat.h> header file. */
   347  #define HAVE_SYS_STAT_H 1
   348  
   349  /* Define to 1 if you have the <sys/time.h> header file. */
   350  #define HAVE_SYS_TIME_H 1
   351  
   352  /* Define to 1 if you have the <sys/types.h> header file. */
   353  #define HAVE_SYS_TYPES_H 1
   354  
   355  /* Define to 1 if you have the `tan' function. */
   356  #define HAVE_TAN 1
   357  
   358  /* Define to 1 if you have the `tanf' function. */
   359  #define HAVE_TANF 1
   360  
   361  /* Define to 1 if you have the `tanh' function. */
   362  #define HAVE_TANH 1
   363  
   364  /* Define to 1 if you have the `tanhf' function. */
   365  #define HAVE_TANHF 1
   366  
   367  /* Define to 1 if you have the `tanhl' function. */
   368  #define HAVE_TANHL 1
   369  
   370  /* Define to 1 if you have the `tanl' function. */
   371  #define HAVE_TANL 1
   372  
   373  /* Define to 1 if you have the <tgmath.h> header file. */
   374  #define HAVE_TGMATH_H 1
   375  
   376  /* Define to 1 if you have the <time.h> header file. */
   377  #define HAVE_TIME_H 1
   378  
   379  /* Define to 1 if you have the `trunc' function. */
   380  #define HAVE_TRUNC 1
   381  
   382  /* Define to 1 if you have the `truncf' function. */
   383  #define HAVE_TRUNCF 1
   384  
   385  /* Define to 1 if you have the `truncl' function. */
   386  #define HAVE_TRUNCL 1
   387  
   388  /* Define to 1 if you have the <unistd.h> header file. */
   389  #define HAVE_UNISTD_H 1
   390  
   391  /* Define to 1 if you have the <varargs.h> header file. */
   392  /* #undef HAVE_VARARGS_H */
   393  
   394  /* Define to 1 if you have the `vsnprintf' function. */
   395  #define HAVE_VSNPRINTF 1
   396  
   397  /* Define to 1 if you have the `vsprintf' function. */
   398  #define HAVE_VSPRINTF 1
   399  
   400  /* Define to 1 if you have the `_setjmp' function. */
   401  /* #undef HAVE__SETJMP */
   402  
   403  /* Define to 1 if you have the `_vsnprintf' function. */
   404  /* #undef HAVE__VSNPRINTF */
   405  
   406  /* Define to 1 if you have the `__sigsetjmp' function. */
   407  /* #undef HAVE___SIGSETJMP */
   408  
   409  /* Define if you want to use the OS signals for exception handling */
   410  /* #undef JIT_USE_SIGNALS */
   411  
   412  /* Define to the sub-directory where libtool stores uninstalled libraries. */
   413  #define LT_OBJDIR ".libs/"
   414  
   415  /* Name of package */
   416  #define PACKAGE "libjit"
   417  
   418  /* Define to the address where bug reports for this package should be sent. */
   419  #define PACKAGE_BUGREPORT "libjit@gnu.org"
   420  
   421  /* Define to the full name of this package. */
   422  #define PACKAGE_NAME "libjit"
   423  
   424  /* Define to the full name and version of this package. */
   425  #define PACKAGE_STRING "libjit 0.1.4"
   426  
   427  /* Define to the one symbol short name of this package. */
   428  #define PACKAGE_TARNAME "libjit"
   429  
   430  /* Define to the home page for this package. */
   431  #define PACKAGE_URL ""
   432  
   433  /* Define to the version of this package. */
   434  #define PACKAGE_VERSION "0.1.4"
   435  
   436  /* The number of bytes in type char */
   437  #define SIZEOF_CHAR 1
   438  
   439  /* The number of bytes in type double */
   440  #define SIZEOF_DOUBLE 8
   441  
   442  /* The number of bytes in type float */
   443  #define SIZEOF_FLOAT 4
   444  
   445  /* The number of bytes in type int */
   446  #define SIZEOF_INT 4
   447  
   448  /* The number of bytes in type long */
   449  #define SIZEOF_LONG 8
   450  
   451  /* The number of bytes in type long double */
   452  #define SIZEOF_LONG_DOUBLE 16
   453  
   454  /* The number of bytes in type long long */
   455  #define SIZEOF_LONG_LONG 8
   456  
   457  /* The number of bytes in type short */
   458  #define SIZEOF_SHORT 2
   459  
   460  /* The number of bytes in type void * */
   461  #define SIZEOF_VOID_P 8
   462  
   463  /* The number of bytes in type __int64 */
   464  #define SIZEOF___INT64 0
   465  
   466  /* If using the C implementation of alloca, define if you know the
   467     direction of stack growth for your system; otherwise it will be
   468     automatically deduced at runtime.
   469  	STACK_DIRECTION > 0 => grows toward higher addresses
   470  	STACK_DIRECTION < 0 => grows toward lower addresses
   471  	STACK_DIRECTION = 0 => direction of growth unknown */
   472  /* #undef STACK_DIRECTION */
   473  
   474  /* Define to 1 if you have the ANSI C header files. */
   475  #define STDC_HEADERS 1
   476  
   477  /* Define if you want to use the libjit interpreter */
   478  /* #undef USE_LIBJIT_INTERPRETER */
   479  
   480  /* Version number of package */
   481  #define VERSION "0.1.4"
   482  
   483  /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   484     `char[]'. */
   485  #define YYTEXT_POINTER 1
   486  
   487  /* Define to 1 if "char" is unsigned */
   488  /* #undef __CHAR_UNSIGNED__ */
   489  
   490  /* Define to empty if `const' does not conform to ANSI C. */
   491  /* #undef const */
   492  
   493  /* Define to `unsigned int' if <sys/types.h> does not define. */
   494  /* #undef size_t */