Initial checkin of the profile library
authorTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 14:57:45 +0000 (14:57 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 14:57:45 +0000 (14:57 +0000)
commit3c2db26c6dbb4d19d137e07e6aec6306724cbb82
tree1edc420f98d4bb06ecdd9437577086e5a74d68dc
parent6441ad46e842e50e618843af0652fd5d6f24b565
Initial checkin of the profile library

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5382 dc483132-0cff-0310-8789-dd5450dbe970
16 files changed:
src/util/profile/.cvsignore [new file with mode: 0644]
src/util/profile/Makefile.in [new file with mode: 0644]
src/util/profile/configure.in [new file with mode: 0644]
src/util/profile/dosshell.ini [new file with mode: 0644]
src/util/profile/krb5.conf [new file with mode: 0644]
src/util/profile/prof_err.et [new file with mode: 0644]
src/util/profile/prof_file.c [new file with mode: 0644]
src/util/profile/prof_init.c [new file with mode: 0644]
src/util/profile/prof_int.h [new file with mode: 0644]
src/util/profile/prof_parse.c [new file with mode: 0644]
src/util/profile/prof_section.c [new file with mode: 0644]
src/util/profile/prof_tree.c [new file with mode: 0644]
src/util/profile/profile.h.in [new file with mode: 0644]
src/util/profile/test.ini [new file with mode: 0644]
src/util/profile/test_parse.c [new file with mode: 0644]
src/util/profile/test_profile.c [new file with mode: 0644]