From c2b2b6c3d29f2c77a1759a145544ec6729cbf5f4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 14 Dec 2001 19:54:09 +0000 Subject: [PATCH] o Don't define STDC_HEADERS unconditionally for IRIX o Update copyright year --- configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)' -- 2.40.0