From: Todd C. Miller Date: Fri, 14 Dec 2001 19:54:09 +0000 (+0000) Subject: o Don't define STDC_HEADERS unconditionally for IRIX X-Git-Tag: SUDO_1_6_4~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2b2b6c3d29f2c77a1759a145544ec6729cbf5f4;p=sudo o Don't define STDC_HEADERS unconditionally for IRIX o Update copyright year --- diff --git a/configure.in b/configure.in index 1fe28fbb9..e0dfd5153 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl dnl Process this file with GNU autoconf to produce a configure script. dnl $Sudo$ dnl -dnl Copyright (c) 1994-1996,1998-1999 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2001 Todd C. Miller dnl AC_INIT(sudo.h) AC_CONFIG_HEADER(config.h pathnames.h) @@ -1321,9 +1321,6 @@ case "$host" in mansectform=4 ;; *-*-irix*) - # configure may not think irix has stdc headers - # but it's good enough for sudo - AC_DEFINE(STDC_HEADERS) CPPFLAGS="${CPPFLAGS} -D_BSD_TYPES" if test -z "$NROFFPROG"; then MAN_POSTINSTALL=' /bin/rm -f $(mandir8)/sudo.$(mansect8).z $(mandir8)/visudo.$(mansect8).z $(mandir5)/sudoers.$(mansect5).z ; /usr/bin/pack $(mandir8)/sudo.$(mansect8) $(mandir8)/visudo.$(mansect8) $(mandir5)/sudoers.$(mansect5)'