From: arai Date: Sat, 22 Feb 2003 21:01:58 +0000 (+0000) Subject: * src/util.c: discard `rename()', `mkdir()' and `rmdir()'. X-Git-Url: http://git.sourceforge.jp/view?p=lha%2Flha.git;a=commitdiff_plain;h=7f2869d7cddb32fbc2d21ecc00d53c057c8e14ca * src/util.c: discard `rename()', `mkdir()' and `rmdir()'. * configure.ac: ditto. * config.h.in: ditto. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@657 6a8cc165-1e22-0410-a132-eb4e3f353aba --- diff --git a/config.h.in b/config.h.in index cf7e08d..51c2576 100644 --- a/config.h.in +++ b/config.h.in @@ -28,9 +28,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FNMATCH_H -/* Define to 1 if you have the `fork' function. */ -#undef HAVE_FORK - /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME @@ -70,9 +67,6 @@ /* 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 @@ -88,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 @@ -103,9 +94,6 @@ /* 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 @@ -194,21 +182,9 @@ /* 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 ignore dot files with -X command line switch */ #undef IGNORE_DOT_FILES @@ -281,9 +257,3 @@ /* 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