Home | History | Annotate | Download | only in libxslt
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 /* #undef HAVE_ISINF */
      4 /* #undef HAVE_ISNAN */
      5 #define HAVE_POW 1
      6 #define HAVE_FLOOR 1
      7 #define HAVE_FABS 1
      8 #define WITH_DEBUGGER 1
      9 
     10 /* Define to 1 if you have the <ansidecl.h> header file. */
     11 /* #undef HAVE_ANSIDECL_H */
     12 
     13 /* Define to 1 if you have the `asctime' function. */
     14 #define HAVE_ASCTIME 1
     15 
     16 /* Define to 1 if you have the <dlfcn.h> header file. */
     17 #define HAVE_DLFCN_H 1
     18 
     19 /* Define to 1 if you have the <float.h> header file. */
     20 #define HAVE_FLOAT_H 1
     21 
     22 /* Define to 1 if you have the `fprintf' function. */
     23 #define HAVE_FPRINTF 1
     24 
     25 /* Define to 1 if you have the <fp_class.h> header file. */
     26 /* #undef HAVE_FP_CLASS_H */
     27 
     28 /* Define to 1 if you have the `ftime' function. */
     29 #define HAVE_FTIME 1
     30 
     31 /* Define if gcrypt library is available. */
     32 #define HAVE_GCRYPT 1
     33 
     34 /* Define to 1 if you have the `gettimeofday' function. */
     35 #define HAVE_GETTIMEOFDAY 1
     36 
     37 /* Define to 1 if you have the `gmtime_r' function. */
     38 #define HAVE_GMTIME_R 1
     39 
     40 /* Define to 1 if you have the <ieeefp.h> header file. */
     41 /* #undef HAVE_IEEEFP_H */
     42 
     43 /* Define to 1 if you have the <inttypes.h> header file. */
     44 #define HAVE_INTTYPES_H 1
     45 
     46 /* Define if pthread library is there (-lpthread) */
     47 #define HAVE_LIBPTHREAD /**/
     48 
     49 /* Define to 1 if you have the <locale.h> header file. */
     50 #define HAVE_LOCALE_H 1
     51 
     52 /* Define to 1 if you have the `localtime' function. */
     53 #define HAVE_LOCALTIME 1
     54 
     55 /* Define to 1 if you have the <math.h> header file. */
     56 #define HAVE_MATH_H 1
     57 
     58 /* Define to 1 if you have the <memory.h> header file. */
     59 #define HAVE_MEMORY_H 1
     60 
     61 /* Define to 1 if you have the `mktime' function. */
     62 #define HAVE_MKTIME 1
     63 
     64 /* Define to 1 if you have the <nan.h> header file. */
     65 /* #undef HAVE_NAN_H */
     66 
     67 /* Define to 1 if you have the `printf' function. */
     68 #define HAVE_PRINTF 1
     69 
     70 /* Define if <pthread.h> is there */
     71 #define HAVE_PTHREAD_H /**/
     72 
     73 /* Define to 1 if you have the `snprintf' function. */
     74 #define HAVE_SNPRINTF 1
     75 
     76 /* Define to 1 if you have the `sprintf' function. */
     77 #define HAVE_SPRINTF 1
     78 
     79 /* Define to 1 if you have the `sscanf' function. */
     80 #define HAVE_SSCANF 1
     81 
     82 /* Define to 1 if you have the `stat' function. */
     83 #define HAVE_STAT 1
     84 
     85 /* Define to 1 if you have the <stdarg.h> header file. */
     86 #define HAVE_STDARG_H 1
     87 
     88 /* Define to 1 if you have the <stdint.h> header file. */
     89 #define HAVE_STDINT_H 1
     90 
     91 /* Define to 1 if you have the <stdlib.h> header file. */
     92 #define HAVE_STDLIB_H 1
     93 
     94 /* Define to 1 if you have the <strings.h> header file. */
     95 #define HAVE_STRINGS_H 1
     96 
     97 /* Define to 1 if you have the <string.h> header file. */
     98 #define HAVE_STRING_H 1
     99 
    100 /* Define to 1 if you have the <sys/select.h> header file. */
    101 #define HAVE_SYS_SELECT_H 1
    102 
    103 /* Define to 1 if you have the <sys/stat.h> header file. */
    104 #define HAVE_SYS_STAT_H 1
    105 
    106 /* Define to 1 if you have the <sys/timeb.h> header file. */
    107 #define HAVE_SYS_TIMEB_H 1
    108 
    109 /* Define to 1 if you have the <sys/time.h> header file. */
    110 #define HAVE_SYS_TIME_H 1
    111 
    112 /* Define to 1 if you have the <sys/types.h> header file. */
    113 #define HAVE_SYS_TYPES_H 1
    114 
    115 /* Define to 1 if you have the `time' function. */
    116 #define HAVE_TIME 1
    117 
    118 /* Define to 1 if you have the <time.h> header file. */
    119 #define HAVE_TIME_H 1
    120 
    121 /* Define to 1 if you have the <unistd.h> header file. */
    122 #define HAVE_UNISTD_H 1
    123 
    124 /* Define to 1 if you have the `vfprintf' function. */
    125 #define HAVE_VFPRINTF 1
    126 
    127 /* Define to 1 if you have the `vsnprintf' function. */
    128 #define HAVE_VSNPRINTF 1
    129 
    130 /* Define to 1 if you have the `vsprintf' function. */
    131 #define HAVE_VSPRINTF 1
    132 
    133 /* Define to 1 if you have the <xlocale.h> header file. */
    134 #define HAVE_XLOCALE_H 0
    135 
    136 /* Define to 1 if you have the `_stat' function. */
    137 /* #undef HAVE__STAT */
    138 
    139 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    140    */
    141 #define LT_OBJDIR ".libs/"
    142 
    143 /* Name of package */
    144 #define PACKAGE "libxslt"
    145 
    146 /* Define to the address where bug reports for this package should be sent. */
    147 #define PACKAGE_BUGREPORT ""
    148 
    149 /* Define to the full name of this package. */
    150 #define PACKAGE_NAME ""
    151 
    152 /* Define to the full name and version of this package. */
    153 #define PACKAGE_STRING ""
    154 
    155 /* Define to the one symbol short name of this package. */
    156 #define PACKAGE_TARNAME ""
    157 
    158 /* Define to the version of this package. */
    159 #define PACKAGE_VERSION ""
    160 
    161 /* Define to 1 if you have the ANSI C header files. */
    162 #define STDC_HEADERS 1
    163 
    164 /* Enable extensions on AIX 3, Interix.  */
    165 #ifndef _ALL_SOURCE
    166 # define _ALL_SOURCE 1
    167 #endif
    168 /* Enable GNU extensions on systems that have them.  */
    169 #ifndef _GNU_SOURCE
    170 # define _GNU_SOURCE 1
    171 #endif
    172 /* Enable threading extensions on Solaris.  */
    173 #ifndef _POSIX_PTHREAD_SEMANTICS
    174 # define _POSIX_PTHREAD_SEMANTICS 1
    175 #endif
    176 /* Enable extensions on HP NonStop.  */
    177 #ifndef _TANDEM_SOURCE
    178 # define _TANDEM_SOURCE 1
    179 #endif
    180 /* Enable general extensions on Solaris.  */
    181 #ifndef __EXTENSIONS__
    182 # define __EXTENSIONS__ 1
    183 #endif
    184 
    185 
    186 /* Version number of package */
    187 #define VERSION "1.1.26"
    188 
    189 /* Define to 1 if on MINIX. */
    190 /* #undef _MINIX */
    191 
    192 /* Define to 2 if the system does not provide POSIX.1 features except with
    193    this defined. */
    194 /* #undef _POSIX_1_SOURCE */
    195 
    196 /* Define to 1 if you need to in order for `stat' and other things to work. */
    197 /* #undef _POSIX_SOURCE */
    198 
    199 /* Using the Win32 Socket implementation */
    200 /* #undef _WINSOCKAPI_ */
    201 
    202 /* Win32 Std C name mangling work-around */
    203 /* #undef snprintf */
    204 
    205 /* Win32 Std C name mangling work-around */
    206 /* #undef vsnprintf */
    207