summaryrefslogtreecommitdiff
path: root/config.h.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-06 00:22:27 -0400
committerPaul Smith <psmith@gnu.org>2013-05-06 00:22:27 -0400
commit94735f0ad7f67c56afa1513381c73e8f62cd44fc (patch)
treefe07174cab4eba5d50ee5ad04684cfee6e454b08 /config.h.W32.template
parent7c77486d1fbc820e6db97a5a11fabdc34dbdb729 (diff)
downloadgunmake-94735f0ad7f67c56afa1513381c73e8f62cd44fc.tar.gz
Remove use of vfork().
GCC was giving us warnings, most OS's now just run fork() when you call vfork(), and looking at the standard definition of vfork() we are a long way from using it safely anyway: you're not allowed to even call a function before you exec().
Diffstat (limited to 'config.h.W32.template')
-rw-r--r--config.h.W32.template18
1 files changed, 0 insertions, 18 deletions
diff --git a/config.h.W32.template b/config.h.W32.template
index 82d83ad..1cd08d4 100644
--- a/config.h.W32.template
+++ b/config.h.W32.template
@@ -123,9 +123,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the 'fileno' function. */
#define HAVE_FILENO 1
-/* Define to 1 if you have the 'fork' function. */
-/* #undef HAVE_FORK */
-
/* Define to 1 if you have the 'getcwd' function. */
#define HAVE_GETCWD 1
@@ -339,24 +336,12 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#define HAVE_UNISTD_H 1
#endif
-/* Define to 1 if you have the 'vfork' function. */
-/* #undef HAVE_VFORK */
-
-/* Define to 1 if you have the <vfork.h> header file. */
-/* #undef HAVE_VFORK_H */
-
/* Define to 1 if you have the 'wait3' function. */
/* #undef HAVE_WAIT3 */
/* Define to 1 if you have the 'waitpid' function. */
/* #undef HAVE_WAITPID */
-/* Define to 1 if 'fork' works. */
-/* #undef HAVE_WORKING_FORK */
-
-/* Define to 1 if 'vfork' works. */
-/* #undef HAVE_WORKING_VFORK */
-
/* Build host information. */
#define MAKE_HOST "Windows32"
@@ -498,9 +483,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#define uintmax_t unsigned long
#endif
-/* Define as 'fork' if 'vfork' does not work. */
-/*#define vfork fork*/
-
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
/* #undef HAVE_SYS_WAIT_H */