(file) Return to config.h CVS log (file) (dir) Up to [RizwankCVS] / testProject

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

Rizwan Kassim
Powered by
ViewCVS 0.9.2