Imported Upstream version 2.4.5
[debian/amanda] / config / config.h.in
index b8a365c4664b9f1186e2887ea8461ed04ebb54a8..3959454620fa1bb92444cf2ac81f4e5bfa8c7c35 100644 (file)
    * other hosts where the Veritas filesystem (vxfs) has been installed. */
 #undef VXRESTORE
 
+/* Defined if wait() puts the status in a int instead of a union wait. */
+#undef WAIT_USES_INT
+
 /* Defined if wait() puts the status in a union wait instead of int. */
 #undef WAIT_USES_UNION