* prof_tree.c (struct profile_node): Add new bitfield DELETED.
authorKen Raeburn <raeburn@mit.edu>
Thu, 23 Sep 2004 23:26:25 +0000 (23:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 23 Sep 2004 23:26:25 +0000 (23:26 +0000)
commit801a887d781c6ba544ad21f0ec5268b2710e9c89
tree72ff31cc9ff67eb502c78d01176b82ad35e78ebd
parent02af0c125285a5da629863d443ea11116f3fbb13
* prof_tree.c (struct profile_node): Add new bitfield DELETED.
(profile_add_node): Move variable CMP into inner block where it's used.  Clear
deleted flag.
(profile_find_node): Skip deleted nodes.
(profile_remove_node): Just set the deleted flag, don't modify the tree.
* Makefile.in (profile_tcl.c): Target should be in srcdir.
(profile_tcl.o): Depend on profile.h.
(DO_TCL): New variable.
(check-unix-tcl-, check-unix-tcl-ok): New targets.
(check-unix): Depend on one of them, based on DO_TCL.
* configure.in: Set and substitute DO_TCL.
* prof_test1: New file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16784 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/ChangeLog
src/util/profile/Makefile.in
src/util/profile/configure.in
src/util/profile/prof_set.c
src/util/profile/prof_test1 [new file with mode: 0644]
src/util/profile/prof_tree.c