2) use if not ifdef
3) use <signal.h> instead of <sys/signal.h>
CVS patchset: 1317
CVS date: 1997/01/17 16:22:57
-#ifdef HAVE_ALLOCA_H
+#include "config.h"
+
+#if HAVE_ALLOCA_H
# include <alloca.h>
#endif
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/stat.h> /* needed for mkdir(2) prototype! */
#include <sys/types.h>
#include <sys/wait.h>