rename systrace.c -> trace_systrace.c

This commit is contained in:
Todd C. Miller
2004-09-30 21:07:36 +00:00
parent 6fa20c570f
commit 2cfa16a770
3 changed files with 15 additions and 15 deletions

View File

@@ -103,8 +103,8 @@ SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c err.c \
gettime.c goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c \ gettime.c goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c \
parse.c parse.lex parse.yacc set_perms.c sigaction.c snprintf.c \ parse.c parse.lex parse.yacc set_perms.c sigaction.c snprintf.c \
strcasecmp.c strerror.c strlcat.c strlcpy.c sudo.c sudo_noexec.c \ strcasecmp.c strerror.c strlcat.c strlcpy.c sudo.c sudo_noexec.c \
sudo.tab.c sudo_edit.c systrace.c testsudoers.c tgetpass.c utimes.c \ sudo.tab.c sudo_edit.c testsudoers.c tgetpass.c utimes.c \
visudo.c zero_bytes.c $(AUTH_SRCS) trace_systrace.c visudo.c zero_bytes.c $(AUTH_SRCS)
AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \ AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \
auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \ auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \

24
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for sudo 1.6.8. # Generated by GNU Autoconf 2.59 for sudo 1.6.9.
# #
# Copyright (C) 2003 Free Software Foundation, Inc. # Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
@@ -417,8 +417,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='sudo' PACKAGE_NAME='sudo'
PACKAGE_TARNAME='sudo' PACKAGE_TARNAME='sudo'
PACKAGE_VERSION='1.6.8' PACKAGE_VERSION='1.6.9'
PACKAGE_STRING='sudo 1.6.8' PACKAGE_STRING='sudo 1.6.9'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -947,7 +947,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures sudo 1.6.8 to adapt to many kinds of systems. \`configure' configures sudo 1.6.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1009,7 +1009,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of sudo 1.6.8:";; short | recursive ) echo "Configuration of sudo 1.6.9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1231,7 +1231,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
sudo configure 1.6.8 sudo configure 1.6.9
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1245,7 +1245,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by sudo $as_me 1.6.8, which was It was created by sudo $as_me 1.6.9, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@@ -1583,8 +1583,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h pathnames.h" ac_config_headers="$ac_config_headers config.h pathnames.h"
{ echo "$as_me:$LINENO: Configuring Sudo version 1.6.8" >&5 { echo "$as_me:$LINENO: Configuring Sudo version 1.6.9" >&5
echo "$as_me: Configuring Sudo version 1.6.8" >&6;} echo "$as_me: Configuring Sudo version 1.6.9" >&6;}
@@ -30289,7 +30289,7 @@ done
else else
CPPFLAGS="$CPPFLAGS -I${with_systrace}" CPPFLAGS="$CPPFLAGS -I${with_systrace}"
fi fi
SUDO_OBJS="${SUDO_OBJS} systrace.o" SUDO_OBJS="${SUDO_OBJS} trace_systrace.o"
for ac_func in setproctitle for ac_func in setproctitle
do do
@@ -32901,7 +32901,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by sudo $as_me 1.6.8, which was This file was extended by sudo $as_me 1.6.9, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -32961,7 +32961,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
sudo config.status 1.6.8 sudo config.status 1.6.9
configured by $0, generated by GNU Autoconf 2.59, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -1786,7 +1786,7 @@ if test -n "$with_systrace"; then
else else
CPPFLAGS="$CPPFLAGS -I${with_systrace}" CPPFLAGS="$CPPFLAGS -I${with_systrace}"
fi fi
SUDO_OBJS="${SUDO_OBJS} systrace.o" SUDO_OBJS="${SUDO_OBJS} trace_systrace.o"
AC_CHECK_FUNCS(setproctitle) AC_CHECK_FUNCS(setproctitle)
fi fi
dnl dnl