OSDN Git Service

* src/util.c: discard `rename()', `mkdir()' and `rmdir()'.
[lha/lha.git] / config.h.in
index 603ee05..51c2576 100644 (file)
@@ -1,8 +1,20 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define to 1 if you want to leave an old archive */
+#undef BACKUP_OLD_ARCHIVE
+
 /* Define it to 5, 6 or 7 which you want to use -lhX- method, default */
 #undef DEFAULT_LZHUFF_METHOD
 
+/* 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 <dirent.h> header file, and it defines `DIR'.
    */
 #undef HAVE_DIRENT_H
 /* Define to 1 if you have the <fcntl.h> 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 <fnmatch.h> header file. */
+#undef HAVE_FNMATCH_H
 
 /* Define to 1 if you have the `ftime' function. */
 #undef HAVE_FTIME
@@ -40,6 +55,9 @@
 /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H
 
+/* Define to 1 if you have the `iconv' function. */
+#undef HAVE_ICONV
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -49,8 +67,8 @@
 /* Define to 1 if you have the <limits.h> 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
@@ -64,9 +82,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
 
@@ -79,8 +94,8 @@
 /* Define to 1 if you have the <pwd.h> 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 <stdint.h> header file. */
 #undef HAVE_STDINT_H
 /* 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 <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
 /* Define to 1 if you have the `utime' function. */
 #undef HAVE_UTIME
 
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
 /* 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 `vsnprintf' function. */
+#undef HAVE_VSNPRINTF
 
-/* Define to 1 if you have the <vfork.h> header file. */
-#undef HAVE_VFORK_H
+/* Define to 1 if you want to ignore dot files with -X command line switch */
+#undef IGNORE_DOT_FILES
 
-/* Define to 1 if `fork' works. */
-#undef HAVE_WORKING_FORK
+/* Define to 1 if you want to use the user/group name extened header */
+#undef INCLUDE_OWNER_NAME_IN_HEADER
 
-/* Define to 1 if `vfork' works. */
-#undef HAVE_WORKING_VFORK
+/* Define to CODE_EUC or CODE_SJIS if you want to use multibyte filename */
+#undef MULTIBYTE_FILENAME
 
-/* Define you want to use multibyte filename */
-#undef MULTIBYTE_CHAR
-
-/* Define you want to use the incremental indicator */
+/* Define to 1 if you want to use the incremental indicator */
 #undef NEED_INCREMENTAL_INDICATOR
 
 /* Name of package */
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
+/* The size of a `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Define to 1 if strchr()/strrchr() works correctly. */
+#undef STRCHR_8BIT_CLEAN
+
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME
 
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
-
-/* Define to `int' if <sys/types.h> does not define. */
-#undef pid_t
-
-/* Define as `fork' if `vfork' does not work. */
-#undef vfork