config.h - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       config.h (5383B)
       ---
            1 /* config.h.  Generated automatically by configure.  */
            2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
            3 
            4 /* Prototypes and definitions for some compatibility code. */
            5 
            6 /* This is really strange.  I don't understand why they had to include
            7    those leading underscores to the function names. */
            8 #define popen(program, mode) _popen((program), (mode))
            9 #define pclose(fp)             _pclose((fp))
           10 #define getcwd(buf, len)     _getcwd((buf), (len))
           11 #define alloca(size)             _alloca((size))
           12 
           13 int getuid();
           14 
           15 /*
           16  * Configure definitions follow.
           17  */
           18 
           19 /* Define if using alloca.c.  */
           20 /* #undef C_ALLOCA */
           21 
           22 /* Define to empty if the keyword does not work.  */
           23 /* #undef const */
           24 
           25 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
           26    This function is required for alloca.c support on those systems.  */
           27 /* #undef CRAY_STACKSEG_END */
           28 
           29 /* Define if you have alloca, as a function or macro.  */
           30 /* #undef HAVE_ALLOCA */
           31 
           32 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
           33 /* #undef HAVE_ALLOCA_H */
           34 
           35 /* Define if you don't have vprintf but do have _doprnt.  */
           36 /* #undef HAVE_DOPRNT */
           37 
           38 /* Define if you have a working `mmap' system call.  */
           39 /* #undef HAVE_MMAP */
           40 
           41 /* Define if you have the vprintf function.  */
           42 #define HAVE_VPRINTF 1
           43 
           44 /* Define as __inline if that's what the C compiler calls it.  */
           45 /* #undef inline */
           46 
           47 /* Define to `long' if <sys/types.h> doesn't define.  */
           48 /* #undef off_t */
           49 
           50 /* Define if you need to in order for stat and other things to work.  */
           51 /* #undef _POSIX_SOURCE */
           52 
           53 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
           54 /* #undef size_t */
           55 
           56 /* If using the C implementation of alloca, define if you know the
           57    direction of stack growth for your system; otherwise it will be
           58    automatically deduced at run-time.
           59  STACK_DIRECTION > 0 => grows toward higher addresses
           60  STACK_DIRECTION < 0 => grows toward lower addresses
           61  STACK_DIRECTION = 0 => direction of growth unknown
           62  */
           63 /* #undef STACK_DIRECTION */
           64 
           65 /* Define if you have the ANSI C header files.  */
           66 #define STDC_HEADERS 1
           67 
           68 /* Define if lex declares yytext as a char * by default, not a char[].  */
           69 #define YYTEXT_POINTER 1
           70 
           71 /* Character which is used to separate path components. */
           72 #define PATH_SEPARATOR ';'
           73 #define PATH_SEPARATOR_STR ";"
           74 
           75 /* Have strerror() function. */
           76 #define HAVE_STRERROR 1
           77 
           78 /* Have memmove() function. */
           79 #define HAVE_MEMMOVE 1
           80 
           81 /* Have memcpy() function. */
           82 #define HAVE_MEMCPY 1
           83 
           84 /* Have strtoul() function. */
           85 #define HAVE_STRTOUL 1
           86 
           87 /* How to retrieve the current working directory? */
           88 #define HAVE_GETCWD 1
           89 /* #undef HAVE_GETWD */
           90 
           91 /* #undef ENABLE_NLS */
           92 
           93 /* #undef HAVE_CATGETS */
           94 
           95 /* #undef HAVE_GETTEXT */
           96 
           97 /* #undef HAVE_LC_MESSAGES */
           98 
           99 /* #undef HAVE_STPCPY */
          100 
          101 /* Define if you have the __argz_count function.  */
          102 /* #undef HAVE___ARGZ_COUNT */
          103 
          104 /* Define if you have the __argz_next function.  */
          105 /* #undef HAVE___ARGZ_NEXT */
          106 
          107 /* Define if you have the __argz_stringify function.  */
          108 /* #undef HAVE___ARGZ_STRINGIFY */
          109 
          110 /* Define if you have the dcgettext function.  */
          111 /* #undef HAVE_DCGETTEXT */
          112 
          113 /* Define if you have the getcwd function.  */
          114 /* #undef HAVE_GETCWD */
          115 
          116 /* Define if you have the getpagesize function.  */
          117 /* #undef HAVE_GETPAGESIZE */
          118 
          119 /* Define if you have the munmap function.  */
          120 /* #undef HAVE_MUNMAP */
          121 
          122 /* Define if you have the putenv function.  */
          123 #define HAVE_PUTENV 1
          124 
          125 /* Define if you have the setenv function.  */
          126 #define HAVE_SETENV 1
          127 
          128 /* Define if you have the setlocale function.  */
          129 /* #undef HAVE_SETLOCALE */
          130 
          131 /* Define if you have the stpcpy function.  */
          132 /* #undef HAVE_STPCPY */
          133 
          134 /* Define if you have the strcasecmp function.  */
          135 #define HAVE_STRCASECMP 1
          136 
          137 /* Define if you have the strchr function.  */
          138 #define HAVE_STRCHR 1
          139 
          140 /* Define if you have the strdup function.  */
          141 #define HAVE_STRDUP 1
          142 
          143 /* Define if you have the <argz.h> header file.  */
          144 /* #undef HAVE_ARGZ_H */
          145 
          146 /* Define if you have the <limits.h> header file.  */
          147 #define HAVE_LIMITS_H 1
          148 
          149 /* Define if you have the <locale.h> header file.  */
          150 /* #undef HAVE_LOCALE_H */
          151 
          152 /* Define if you have the <malloc.h> header file.  */
          153 #define HAVE_MALLOC_H 1
          154 
          155 /* Define if you have the <math.h> header file.  */
          156 #define HAVE_MATH_H 1
          157 
          158 /* Define if you have the <nl_types.h> header file.  */
          159 /* #undef HAVE_NL_TYPES_H */
          160 
          161 /* Define if you have the <pwd.h> header file.  */
          162 /* #undef HAVE_PWD_H */
          163 
          164 /* Define if you have the <stdarg.h> header file.  */
          165 #define HAVE_STDARG_H 1
          166 
          167 /* Define if you have the <stdlib.h> header file.  */
          168 #define HAVE_STDLIB_H 1
          169 
          170 /* Define if you have the <string.h> header file.  */
          171 #define HAVE_STRING_H 1
          172 
          173 /* Define if you have the <sys/param.h> header file.  */
          174 #define HAVE_SYS_PARAM_H 1
          175 
          176 /* Define if you have the <sys/stat.h> header file.  */
          177 #define HAVE_SYS_STAT_H 1
          178 
          179 /* Define if you have the <sys/types.h> header file.  */
          180 #define HAVE_SYS_TYPES_H 1
          181 
          182 /* Define if you have the <unistd.h> header file.  */
          183 /* #undef HAVE_UNISTD_H */
          184 
          185 /* Define if you have the i library (-li).  */
          186 /* #undef HAVE_LIBI */
          187 
          188 /* Define if you have the socket library (-lsocket).  */
          189 /* #undef HAVE_LIBSOCKET */
          190 
          191 /* Define if you have the sun library (-lsun).  */
          192 /* #undef HAVE_LIBSUN */
          193 
          194 /* Name of package */
          195 #define PACKAGE "enscript"
          196 
          197 /* Version number of package */
          198 #define VERSION "1.6.3"
          199 
          200 /* Define if compiler has function prototypes */
          201 #define PROTOTYPES 1