*** ./include/config.h.in.ORIG Thu Nov 11 16:03:50 2010 --- ./include/config.h.in Thu Nov 11 16:04:31 2010 *************** *** 285,293 **** --- 285,295 ---- #include #endif + #ifndef _AIX51 #undef HAVE_LIBGEN_H #ifdef HAVE_LIBGEN_H #include + #endif #endif #undef HAVE_SYS_UN_H *** ./cgi/cmd.c.ORIG Wed Oct 12 17:02:25 2011 --- ./cgi/cmd.c Wed Oct 12 17:03:01 2011 *************** *** 2394,2400 **** --- 2394,2402 ---- * * Actually defines the command cmd_submitf. **/ + #ifndef _AIX __attribute__((format(printf, 2, 3))) + #endif static int cmd_submitf(int id, const char *fmt, ...) { char cmd[MAX_EXTERNAL_COMMAND_LENGTH]; const char *command; *** ./configure.ORIG Tue Jun 18 15:43:02 2013 --- ./configure Tue Jun 18 15:43:17 2013 *************** *** 7200,7206 **** solaris2*|sysv4*) ;; aix4*|aix5*|aix6*|aix7*) ! CFLAGS="-Wall $CFLAGS" ;; freebsd2*) ;; --- 7200,7206 ---- solaris2*|sysv4*) ;; aix4*|aix5*|aix6*|aix7*) ! CFLAGS="$CFLAGS" ;; freebsd2*) ;;