From: Ryan Bloom Date: Wed, 27 Dec 2000 23:30:37 +0000 (+0000) Subject: Get SuEXEC building properly. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e32055ab8056139ed430cc161473a7fc994f4c5c;p=apache Get SuEXEC building properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/Makefile.in b/support/Makefile.in index 219a1de411..473fdd2100 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -28,3 +28,7 @@ ab_OBJECTS = ab.lo ab: $(ab_OBJECTS) $(LINK) $(ab_OBJECTS) $(PROGRAM_LDADD) +suexec_OBJECTS = suexec.lo +suexec: $(suexec_OBJECTS) + $(LINK) $(suexec_OBJECTS) $(PROGRAM_LDADD) + diff --git a/support/suexec.c b/support/suexec.c index 9c95ffec94..76b279ce6f 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -68,7 +68,6 @@ * */ -#include "ap_config_auto.h" #include "ap_config.h" #include #include @@ -80,6 +79,7 @@ #include #include "suexec.h" +#include "ap_config_auto.h" #if HAVE_PWD_H #include @@ -263,7 +263,6 @@ int main(int argc, char *argv[]) struct group *gr; /* group entry holder */ struct stat dir_info; /* directory info holder */ struct stat prg_info; /* program info holder */ - char buf[120]; /* * If there are a proper number of arguments, set