X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config.h.in;h=f66a06cbeb8af8289fb6d5e9cd160f29b1e64dba;hb=44af2822a1090508c639b60c1b0c7ff1e5dc7931;hp=6e63aee5023374089bbc6db6be6a0d3dc87461c8;hpb=20b46e81239eca4aefb29de8dafb3b43cbac2e8f;p=lha%2Flha.git diff --git a/config.h.in b/config.h.in index 6e63aee..f66a06c 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,9 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to comma separated suffixes list if you wish to regard it as + implicit archive suffixes. */ +#undef ADDITIONAL_SUFFIXES + /* Define to 1 if you want to leave an old archive */ #undef BACKUP_OLD_ARCHIVE @@ -9,6 +13,20 @@ /* Define to 1 if the 2nd argument of gettimeofday() is effective. */ #undef GETTIMEOFDAY_HAS_2ND_ARG +/* Define to 1 if you have the `basename' function. */ +#undef HAVE_BASENAME + +/* Define to 1 if you have the `chsize' function. */ +#undef HAVE_CHSIZE + +/* Define to 1 if you have the declaration of `basename', and to 0 if you + don't. */ +#undef HAVE_DECL_BASENAME + +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -16,8 +34,17 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if you have the `fork' function. */ -#undef HAVE_FORK +/* Define to 1 if you have the `fnmatch' function. */ +#undef HAVE_FNMATCH + +/* Define to 1 if you have the header file. */ +#undef HAVE_FNMATCH_H + +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + +/* Define to 1 if you have the `ftello' function. */ +#undef HAVE_FTELLO /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME @@ -55,11 +82,14 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN +/* Define to 1 if you have the `applefile' library (-lapplefile). */ +#undef HAVE_LIBAPPLEFILE + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the `link' function. */ -#undef HAVE_LINK +/* Define to 1 if the system has the type `long long'. */ +#undef HAVE_LONG_LONG /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY @@ -73,9 +103,6 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* Define to 1 if you have the `mkdir' function. */ -#undef HAVE_MKDIR - /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP @@ -88,8 +115,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H -/* Define to 1 if you have the `rmdir' function. */ -#undef HAVE_RMDIR +/* Define to 1 if the system has the type `ssize_t'. */ +#undef HAVE_SSIZE_T /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -161,6 +188,9 @@ /* Define to 1 if the system has the type `uid_t'. */ #undef HAVE_UID_T +/* Define to 1 if the system has the type `uint64_t'. */ +#undef HAVE_UINT64_T + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -173,24 +203,15 @@ /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ #undef HAVE_UTIME_NULL -/* Define to 1 if you have the `vfork' function. */ -#undef HAVE_VFORK - -/* Define to 1 if you have the header file. */ -#undef HAVE_VFORK_H - /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF -/* Define to 1 if `fork' works. */ -#undef HAVE_WORKING_FORK - -/* Define to 1 if `vfork' works. */ -#undef HAVE_WORKING_VFORK - /* Define to 1 if you want to use the user/group name extened header */ #undef INCLUDE_OWNER_NAME_IN_HEADER +/* specified options for the configure script. */ +#undef LHA_CONFIGURE_OPTIONS + /* Define to CODE_EUC or CODE_SJIS if you want to use multibyte filename */ #undef MULTIBYTE_FILENAME @@ -218,12 +239,18 @@ /* the type of system on which the package will run. */ #undef PLATFORM -/* Define if compiler has function prototypes */ +/* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `off_t', as computed by sizeof. */ +#undef SIZEOF_OFF_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -242,6 +269,15 @@ /* Version number of package */ #undef VERSION +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +#undef _LARGEFILE_SOURCE + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX @@ -252,11 +288,8 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE +/* Define like PROTOTYPES; this can be used by system headers. */ +#undef __PROTOTYPES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const - -/* Define to `int' if does not define. */ -#undef pid_t - -/* Define as `fork' if `vfork' does not work. */ -#undef vfork