config.h.in - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       config.h.in (7278B)
       ---
            1 /* config.h.in.  Generated from configure.ac by autoheader.  */
            2 
            3 /* Define to 1 if using 'alloca.c'. */
            4 #undef C_ALLOCA
            5 
            6 /* Define to 1 if translation of program messages to the user's native
            7    language is requested. */
            8 #undef ENABLE_NLS
            9 
           10 /* Define to 1 if you have 'alloca', as a function or macro. */
           11 #undef HAVE_ALLOCA
           12 
           13 /* Define to 1 if <alloca.h> works. */
           14 #undef HAVE_ALLOCA_H
           15 
           16 /* Define to 1 if you have the Mac OS X function
           17    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
           18 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
           19 
           20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
           21    the CoreFoundation framework. */
           22 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
           23 
           24 /* Define if the GNU dcgettext() function is already present or preinstalled.
           25    */
           26 #undef HAVE_DCGETTEXT
           27 
           28 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
           29 #undef HAVE_DOPRNT
           30 
           31 /* Define to 1 if you have the `getcwd' function. */
           32 #undef HAVE_GETCWD
           33 
           34 /* Define if the GNU gettext() function is already present or preinstalled. */
           35 #undef HAVE_GETTEXT
           36 
           37 /* Define if you have the iconv() function and it works. */
           38 #undef HAVE_ICONV
           39 
           40 /* Define to 1 if you have the <inttypes.h> header file. */
           41 #undef HAVE_INTTYPES_H
           42 
           43 /* Define to 1 if you have the `socket' library (-lsocket). */
           44 #undef HAVE_LIBSOCKET
           45 
           46 /* Define to 1 if you have the `sun' library (-lsun). */
           47 #undef HAVE_LIBSUN
           48 
           49 /* Define to 1 if you have the <math.h> header file. */
           50 #undef HAVE_MATH_H
           51 
           52 /* Define to 1 if you have the `memcpy' function. */
           53 #undef HAVE_MEMCPY
           54 
           55 /* Define to 1 if you have the `memmove' function. */
           56 #undef HAVE_MEMMOVE
           57 
           58 /* Define to 1 if you have the <minix/config.h> header file. */
           59 #undef HAVE_MINIX_CONFIG_H
           60 
           61 /* Define to 1 if you have the <pwd.h> header file. */
           62 #undef HAVE_PWD_H
           63 
           64 /* Define to 1 if you have the <stdarg.h> header file. */
           65 #undef HAVE_STDARG_H
           66 
           67 /* Define to 1 if you have the <stdint.h> header file. */
           68 #undef HAVE_STDINT_H
           69 
           70 /* Define to 1 if you have the <stdio.h> header file. */
           71 #undef HAVE_STDIO_H
           72 
           73 /* Define to 1 if you have the <stdlib.h> header file. */
           74 #undef HAVE_STDLIB_H
           75 
           76 /* Define to 1 if you have the `strchr' function. */
           77 #undef HAVE_STRCHR
           78 
           79 /* Define to 1 if you have the `strerror' function. */
           80 #undef HAVE_STRERROR
           81 
           82 /* Define to 1 if you have the <strings.h> header file. */
           83 #undef HAVE_STRINGS_H
           84 
           85 /* Define to 1 if you have the <string.h> header file. */
           86 #undef HAVE_STRING_H
           87 
           88 /* Define to 1 if you have the `strtoul' function. */
           89 #undef HAVE_STRTOUL
           90 
           91 /* Define to 1 if you have the <sys/stat.h> header file. */
           92 #undef HAVE_SYS_STAT_H
           93 
           94 /* Define to 1 if you have the <sys/types.h> header file. */
           95 #undef HAVE_SYS_TYPES_H
           96 
           97 /* Define to 1 if you have the <unistd.h> header file. */
           98 #undef HAVE_UNISTD_H
           99 
          100 /* Define to 1 if you have the `vprintf' function. */
          101 #undef HAVE_VPRINTF
          102 
          103 /* Define to 1 if you have the <wchar.h> header file. */
          104 #undef HAVE_WCHAR_H
          105 
          106 /* Name of package */
          107 #undef PACKAGE
          108 
          109 /* Define to the address where bug reports for this package should be sent. */
          110 #undef PACKAGE_BUGREPORT
          111 
          112 /* Define to the full name of this package. */
          113 #undef PACKAGE_NAME
          114 
          115 /* Define to the full name and version of this package. */
          116 #undef PACKAGE_STRING
          117 
          118 /* Define to the one symbol short name of this package. */
          119 #undef PACKAGE_TARNAME
          120 
          121 /* Define to the home page for this package. */
          122 #undef PACKAGE_URL
          123 
          124 /* Define to the version of this package. */
          125 #undef PACKAGE_VERSION
          126 
          127 /* Character used to separate path components. */
          128 #undef PATH_SEPARATOR
          129 
          130 /* Character used to separate path components, as string. */
          131 #undef PATH_SEPARATOR_STR
          132 
          133 /* Define to 1 if your compiler supports function prototypes. */
          134 #undef PROTOTYPES
          135 
          136 /* If using the C implementation of alloca, define if you know the
          137    direction of stack growth for your system; otherwise it will be
          138    automatically deduced at runtime.
          139         STACK_DIRECTION > 0 => grows toward higher addresses
          140         STACK_DIRECTION < 0 => grows toward lower addresses
          141         STACK_DIRECTION = 0 => direction of growth unknown */
          142 #undef STACK_DIRECTION
          143 
          144 /* Define to 1 if all of the C90 standard headers exist (not just the ones
          145    required in a freestanding environment). This macro is provided for
          146    backward compatibility; new code need not use it. */
          147 #undef STDC_HEADERS
          148 
          149 /* Enable extensions on AIX 3, Interix.  */
          150 #ifndef _ALL_SOURCE
          151 # undef _ALL_SOURCE
          152 #endif
          153 /* Enable general extensions on macOS.  */
          154 #ifndef _DARWIN_C_SOURCE
          155 # undef _DARWIN_C_SOURCE
          156 #endif
          157 /* Enable general extensions on Solaris.  */
          158 #ifndef __EXTENSIONS__
          159 # undef __EXTENSIONS__
          160 #endif
          161 /* Enable GNU extensions on systems that have them.  */
          162 #ifndef _GNU_SOURCE
          163 # undef _GNU_SOURCE
          164 #endif
          165 /* Enable X/Open compliant socket functions that do not require linking
          166    with -lxnet on HP-UX 11.11.  */
          167 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
          168 # undef _HPUX_ALT_XOPEN_SOCKET_API
          169 #endif
          170 /* Identify the host operating system as Minix.
          171    This macro does not affect the system headers' behavior.
          172    A future release of Autoconf may stop defining this macro.  */
          173 #ifndef _MINIX
          174 # undef _MINIX
          175 #endif
          176 /* Enable general extensions on NetBSD.
          177    Enable NetBSD compatibility extensions on Minix.  */
          178 #ifndef _NETBSD_SOURCE
          179 # undef _NETBSD_SOURCE
          180 #endif
          181 /* Enable OpenBSD compatibility extensions on NetBSD.
          182    Oddly enough, this does nothing on OpenBSD.  */
          183 #ifndef _OPENBSD_SOURCE
          184 # undef _OPENBSD_SOURCE
          185 #endif
          186 /* Define to 1 if needed for POSIX-compatible behavior.  */
          187 #ifndef _POSIX_SOURCE
          188 # undef _POSIX_SOURCE
          189 #endif
          190 /* Define to 2 if needed for POSIX-compatible behavior.  */
          191 #ifndef _POSIX_1_SOURCE
          192 # undef _POSIX_1_SOURCE
          193 #endif
          194 /* Enable POSIX-compatible threading on Solaris.  */
          195 #ifndef _POSIX_PTHREAD_SEMANTICS
          196 # undef _POSIX_PTHREAD_SEMANTICS
          197 #endif
          198 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
          199 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
          200 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
          201 #endif
          202 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
          203 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
          204 # undef __STDC_WANT_IEC_60559_BFP_EXT__
          205 #endif
          206 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
          207 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
          208 # undef __STDC_WANT_IEC_60559_DFP_EXT__
          209 #endif
          210 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
          211 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
          212 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
          213 #endif
          214 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
          215 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
          216 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
          217 #endif
          218 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
          219 #ifndef __STDC_WANT_LIB_EXT2__
          220 # undef __STDC_WANT_LIB_EXT2__
          221 #endif
          222 /* Enable extensions specified by ISO/IEC 24747:2009.  */
          223 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
          224 # undef __STDC_WANT_MATH_SPEC_FUNCS__
          225 #endif
          226 /* Enable extensions on HP NonStop.  */
          227 #ifndef _TANDEM_SOURCE
          228 # undef _TANDEM_SOURCE
          229 #endif
          230 /* Enable X/Open extensions.  Define to 500 only if necessary
          231    to make mbstate_t available.  */
          232 #ifndef _XOPEN_SOURCE
          233 # undef _XOPEN_SOURCE
          234 #endif
          235 
          236 
          237 /* Version number of package */
          238 #undef VERSION
          239 
          240 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
          241    `char[]'. */
          242 #undef YYTEXT_POINTER
          243 
          244 /* Define to empty if `const' does not conform to ANSI C. */
          245 #undef const
          246 
          247 /* Define to `unsigned int' if <sys/types.h> does not define. */
          248 #undef size_t