Home | History | Annotate | Download | only in patched-yasm
      1 /* config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Command name to run C preprocessor */
      4 #undef CPP_PROG
      5 
      6 /* */
      7 #undef ENABLE_NLS
      8 
      9 /* Define to 1 if you have the `abort' function. */
     10 #undef HAVE_ABORT
     11 
     12 /* */
     13 #undef HAVE_CATGETS
     14 
     15 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
     16    CoreFoundation framework. */
     17 #undef HAVE_CFLOCALECOPYCURRENT
     18 
     19 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
     20    the CoreFoundation framework. */
     21 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
     22 
     23 /* Define if the GNU dcgettext() function is already present or preinstalled.
     24    */
     25 #undef HAVE_DCGETTEXT
     26 
     27 /* Define to 1 if you have the <direct.h> header file. */
     28 #undef HAVE_DIRECT_H
     29 
     30 /* Define to 1 if you have the `ftruncate' function. */
     31 #undef HAVE_FTRUNCATE
     32 
     33 /* Define to 1 if you have the `getcwd' function. */
     34 #undef HAVE_GETCWD
     35 
     36 /* */
     37 #undef HAVE_GETTEXT
     38 
     39 /* Define to 1 if you have the GNU C Library */
     40 #undef HAVE_GNU_C_LIBRARY
     41 
     42 /* Define if you have the iconv() function and it works. */
     43 #undef HAVE_ICONV
     44 
     45 /* Define to 1 if you have the <inttypes.h> header file. */
     46 #undef HAVE_INTTYPES_H
     47 
     48 /* */
     49 #undef HAVE_LC_MESSAGES
     50 
     51 /* Define to 1 if you have the <libgen.h> header file. */
     52 #undef HAVE_LIBGEN_H
     53 
     54 /* Define to 1 if you have the <memory.h> header file. */
     55 #undef HAVE_MEMORY_H
     56 
     57 /* Define to 1 if you have the `mergesort' function. */
     58 #undef HAVE_MERGESORT
     59 
     60 /* Define to 1 if you have the `popen' function. */
     61 #undef HAVE_POPEN
     62 
     63 /* Define to 1 if you have the <stdint.h> header file. */
     64 #undef HAVE_STDINT_H
     65 
     66 /* Define to 1 if you have the <stdlib.h> header file. */
     67 #undef HAVE_STDLIB_H
     68 
     69 /* */
     70 #undef HAVE_STPCPY
     71 
     72 /* Define to 1 if you have the `strcasecmp' function. */
     73 #undef HAVE_STRCASECMP
     74 
     75 /* Define to 1 if you have the `strcmpi' function. */
     76 #undef HAVE_STRCMPI
     77 
     78 /* Define to 1 if you have the `stricmp' function. */
     79 #undef HAVE_STRICMP
     80 
     81 /* Define to 1 if you have the <strings.h> header file. */
     82 #undef HAVE_STRINGS_H
     83 
     84 /* Define to 1 if you have the <string.h> header file. */
     85 #undef HAVE_STRING_H
     86 
     87 /* Define to 1 if you have the `strncasecmp' function. */
     88 #undef HAVE_STRNCASECMP
     89 
     90 /* Define to 1 if you have the `strsep' function. */
     91 #undef HAVE_STRSEP
     92 
     93 /* Define to 1 if you have the <sys/stat.h> header file. */
     94 #undef HAVE_SYS_STAT_H
     95 
     96 /* Define to 1 if you have the <sys/types.h> header file. */
     97 #undef HAVE_SYS_TYPES_H
     98 
     99 /* Define to 1 if you have the `toascii' function. */
    100 #undef HAVE_TOASCII
    101 
    102 /* Define to 1 if you have the <unistd.h> header file. */
    103 #undef HAVE_UNISTD_H
    104 
    105 /* Define to 1 if you have the `vsnprintf' function. */
    106 #undef HAVE_VSNPRINTF
    107 
    108 /* Define to 1 if you have the `_stricmp' function. */
    109 #undef HAVE__STRICMP
    110 
    111 /* Name of package */
    112 #undef PACKAGE
    113 
    114 /* Define to the address where bug reports for this package should be sent. */
    115 #undef PACKAGE_BUGREPORT
    116 
    117 /* Define to the full name of this package. */
    118 #undef PACKAGE_NAME
    119 
    120 /* Define to the full name and version of this package. */
    121 #undef PACKAGE_STRING
    122 
    123 /* Define to the one symbol short name of this package. */
    124 #undef PACKAGE_TARNAME
    125 
    126 /* Define to the home page for this package. */
    127 #undef PACKAGE_URL
    128 
    129 /* Define to the version of this package. */
    130 #undef PACKAGE_VERSION
    131 
    132 /* Define to 1 if the C compiler supports function prototypes. */
    133 #undef PROTOTYPES
    134 
    135 /* The size of `char', as computed by sizeof. */
    136 #undef SIZEOF_CHAR
    137 
    138 /* The size of `int', as computed by sizeof. */
    139 #undef SIZEOF_INT
    140 
    141 /* The size of `long', as computed by sizeof. */
    142 #undef SIZEOF_LONG
    143 
    144 /* The size of `short', as computed by sizeof. */
    145 #undef SIZEOF_SHORT
    146 
    147 /* The size of `void*', as computed by sizeof. */
    148 #undef SIZEOF_VOIDP
    149 
    150 /* Define to 1 if you have the ANSI C header files. */
    151 #undef STDC_HEADERS
    152 
    153 /* Version number of package */
    154 #undef VERSION
    155 
    156 /* Define if using the dmalloc debugging malloc package */
    157 #undef WITH_DMALLOC
    158 
    159 /* Define like PROTOTYPES; this can be used by system headers. */
    160 #undef __PROTOTYPES
    161 
    162 /* Define to empty if `const' does not conform to ANSI C. */
    163 #undef const
    164 
    165 /* Define to `__inline__' or `__inline' if that's what the C compiler
    166    calls it, or to nothing if 'inline' is not supported under any name.  */
    167 #ifndef __cplusplus
    168 #undef inline
    169 #endif
    170 
    171 /* Define to `unsigned int' if <sys/types.h> does not define. */
    172 #undef size_t
    173