added HAVE_FORK
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 May 2006 14:03:58 +0000 (14:03 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 30 May 2006 14:03:58 +0000 (14:03 +0000)
Original commit message from CVS:
added HAVE_FORK

win32/common/config.h

index f413bfb..a7d4f46 100644 (file)
@@ -84,6 +84,9 @@
 /* Define to 1 if you have the `fgetpos' function. */
 #define HAVE_FGETPOS 1
 
+/* Define to 1 if you have the `fork' function. */
+#undef HAVE_FORK
+
 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
 #undef HAVE_FSEEKO