~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Tina6/tina-tools/config.h.in

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* config.h.in.  Generated from configure.ac by autoheader.  */
  2 
  3 /* Define to 1 on a big-endian system. */
  4 #undef BIG_ENDIAN_ARCHITECTURE
  5 
  6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  7    */
  8 #undef HAVE_DIRENT_H
  9 
 10 /* Define to 1 if you have the <dlfcn.h> header file. */
 11 #undef HAVE_DLFCN_H
 12 
 13 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 14 #undef HAVE_DOPRNT
 15 
 16 /* Define to 1 if you have the <errno.h> header file. */
 17 #undef HAVE_ERRNO_H
 18 
 19 /* Define to 1 if you have the `floor' function. */
 20 #undef HAVE_FLOOR
 21 
 22 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
 23 #undef HAVE_FNMATCH
 24 
 25 /* Define to 1 if you have the <inttypes.h> header file. */
 26 #undef HAVE_INTTYPES_H
 27 
 28 /* Define to 1 if you have the `m' library (-lm). */
 29 #undef HAVE_LIBM
 30 
 31 /* Define to 1 if you have the <limits.h> header file. */
 32 #undef HAVE_LIMITS_H
 33 
 34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 35    to 0 otherwise. */
 36 #undef HAVE_MALLOC
 37 
 38 /* Define to 1 if you have the `memcpy' function. */
 39 #undef HAVE_MEMCPY
 40 
 41 /* Define to 1 if you have the <memory.h> header file. */
 42 #undef HAVE_MEMORY_H
 43 
 44 /* Define to 1 if you have the `memset' function. */
 45 #undef HAVE_MEMSET
 46 
 47 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 48 #undef HAVE_NDIR_H
 49 
 50 /* Define to 1 if you have the `pow' function. */
 51 #undef HAVE_POW
 52 
 53 /* Define to 1 if you have the `scandir' function. */
 54 #undef HAVE_SCANDIR
 55 
 56 /* Define to 1 if you have the `sqrt' function. */
 57 #undef HAVE_SQRT
 58 
 59 /* Define to 1 if `stat' has the bug that it succeeds when given the
 60    zero-length file name argument. */
 61 #undef HAVE_STAT_EMPTY_STRING_BUG
 62 
 63 /* Define to 1 if you have the <stdarg.h> header file. */
 64 #undef HAVE_STDARG_H
 65 
 66 /* Define to 1 if you have the <stdint.h> header file. */
 67 #undef HAVE_STDINT_H
 68 
 69 /* Define to 1 if you have the <stdlib.h> header file. */
 70 #undef HAVE_STDLIB_H
 71 
 72 /* Define to 1 if you have the `strchr' function. */
 73 #undef HAVE_STRCHR
 74 
 75 /* Define to 1 if you have the <strings.h> header file. */
 76 #undef HAVE_STRINGS_H
 77 
 78 /* Define to 1 if you have the <string.h> header file. */
 79 #undef HAVE_STRING_H
 80 
 81 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 82    */
 83 #undef HAVE_SYS_DIR_H
 84 
 85 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 86    */
 87 #undef HAVE_SYS_NDIR_H
 88 
 89 /* Define to 1 if you have the <sys/param.h> header file. */
 90 #undef HAVE_SYS_PARAM_H
 91 
 92 /* Define to 1 if you have the <sys/stat.h> header file. */
 93 #undef HAVE_SYS_STAT_H
 94 
 95 /* Define to 1 if you have the <sys/types.h> header file. */
 96 #undef HAVE_SYS_TYPES_H
 97 
 98 /* Define to 1 if you have the <unistd.h> header file. */
 99 #undef HAVE_UNISTD_H
100 
101 /* Define to 1 if you have the <varargs.h> header file. */
102 #undef HAVE_VARARGS_H
103 
104 /* Define if we have va_copy */
105 #undef HAVE_VA_COPY
106 
107 /* Define if we have va_copy */
108 #undef HAVE_VA_LIST_AS_ARRAY
109 
110 /* Define to 1 if you have the `vprintf' function. */
111 #undef HAVE_VPRINTF
112 
113 /* Define if we have __va_copy */
114 #undef HAVE___VA_COPY
115 
116 /* Define to 1 on a little-endian system. */
117 #undef LITTLE_ENDIAN_ARCHITECTURE
118 
119 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
120    slash. */
121 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
122 
123 /* Define to 1 if MINGW32 */
124 #undef MINGW
125 
126 /* Name of package */
127 #undef PACKAGE
128 
129 /* Define to the address where bug reports for this package should be sent. */
130 #undef PACKAGE_BUGREPORT
131 
132 /* Define to the full name of this package. */
133 #undef PACKAGE_NAME
134 
135 /* Define to the full name and version of this package. */
136 #undef PACKAGE_STRING
137 
138 /* Define to the one symbol short name of this package. */
139 #undef PACKAGE_TARNAME
140 
141 /* Define to the version of this package. */
142 #undef PACKAGE_VERSION
143 
144 /* Define as the return type of signal handlers (`int' or `void'). */
145 #undef RETSIGTYPE
146 
147 /* Define to 1 if you have the ANSI C header files. */
148 #undef STDC_HEADERS
149 
150 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
151 #undef TIME_WITH_SYS_TIME
152 
153 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
154 #undef TM_IN_SYS_TIME
155 
156 /* Version number of package */
157 #undef VERSION
158 
159 /* Enable GNU extensions on systems that have them.  */
160 #ifndef _GNU_SOURCE
161 # undef _GNU_SOURCE
162 #endif
163 
164 /* Define to 1 if MINGW32 */
165 #undef _PCC
166 
167 /* Define to get various extensions in headers on Solaris, for instance */
168 #undef __EXTENSIONS__
169 
170 /* Define to empty if `const' does not conform to ANSI C. */
171 #undef const
172 
173 /* Define to `int' if <sys/types.h> doesn't define. */
174 #undef gid_t
175 
176 /* Define to rpl_malloc if the replacement function should be used. */
177 #undef malloc
178 
179 /* Define to `int' if <sys/types.h> does not define. */
180 #undef mode_t
181 
182 /* Define to `unsigned' if <sys/types.h> does not define. */
183 #undef size_t
184 
185 /* Define to `int' if <sys/types.h> doesn't define. */
186 #undef uid_t

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.