comparison config.h.in @ 16:ddb983d8574b

* Improved directory sorting algorithm * More large file support * Included config.sub, install-sh, missing, mkinstalldirs from automake 1.4
author masneyb
date Mon, 09 Sep 2002 13:29:19 +0000
parents 5551ab2301fe
children
comparison
equal deleted inserted replaced
15:82fabd6ef1c4 16:ddb983d8574b
1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
2
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
2 9
3 /* Define if using alloca.c. */ 10 /* Define if using alloca.c. */
4 #undef C_ALLOCA 11 #undef C_ALLOCA
5 12
6 /* Define to empty if the keyword does not work. */ 13 /* Define to empty if the keyword does not work. */
33 #undef HAVE_UTIME_NULL 40 #undef HAVE_UTIME_NULL
34 41
35 /* Define as __inline if that's what the C compiler calls it. */ 42 /* Define as __inline if that's what the C compiler calls it. */
36 #undef inline 43 #undef inline
37 44
45 /* Define if on MINIX. */
46 #undef _MINIX
47
38 /* Define to `int' if <sys/types.h> doesn't define. */ 48 /* Define to `int' if <sys/types.h> doesn't define. */
39 #undef mode_t 49 #undef mode_t
40 50
41 /* Define to `long' if <sys/types.h> doesn't define. */ 51 /* Define to `long' if <sys/types.h> doesn't define. */
42 #undef off_t 52 #undef off_t
43 53
44 /* Define to `int' if <sys/types.h> doesn't define. */ 54 /* Define to `int' if <sys/types.h> doesn't define. */
45 #undef pid_t 55 #undef pid_t
56
57 /* Define if the system does not provide POSIX.1 features except
58 with this defined. */
59 #undef _POSIX_1_SOURCE
60
61 /* Define if you need to in order for stat and other things to work. */
62 #undef _POSIX_SOURCE
46 63
47 /* Define as the return type of signal handlers (int or void). */ 64 /* Define as the return type of signal handlers (int or void). */
48 #undef RETSIGTYPE 65 #undef RETSIGTYPE
49 66
50 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 67 /* Define to `unsigned' if <sys/types.h> doesn't define. */
237 #undef PACKAGE 254 #undef PACKAGE
238 255
239 /* Version number of package */ 256 /* Version number of package */
240 #undef VERSION 257 #undef VERSION
241 258
259 /* Define for setting a GNU environment */
260 #undef _GNU_SOURCE
261
262 /* Number of bits in a file offset, on hosts where this is settable.
263 case in
264 # HP-UX 10.20 and later
265 hpux10.2-90-9* | hpux11-9* | hpux2-90-9*)
266 ac_cv_sys_file_offset_bits=64 ;;
267 esac */
268 #undef _FILE_OFFSET_BITS
269
270 /* Define to make fseeko etc. visible, on some hosts. */
271 #undef _LARGEFILE_SOURCE
272
273 /* Define for large files, on AIX-style hosts. */
274 #undef _LARGE_FILES
275
276 /* Define if compiler has function prototypes */
277 #undef PROTOTYPES
278
242 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, 279 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
243 and declares uintmax_t. */ 280 and declares uintmax_t. */
244 #undef HAVE_INTTYPES_H_WITH_UINTMAX 281 #undef HAVE_INTTYPES_H_WITH_UINTMAX
245 282
246 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, 283 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>,