diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-30 16:51:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-30 16:51:19 +0000 |
commit | 70e2ebba53c8a1ef93aa375d8055626b67524ba0 (patch) | |
tree | f96088d9e1c3afa5232f093c073068dcd3a40fcb /nscd/nscd.h | |
parent | 08be1ea82445c4e1dc562630dd5e5e2149a7f4c6 (diff) | |
download | glibc-70e2ebba53c8a1ef93aa375d8055626b67524ba0.zip glibc-70e2ebba53c8a1ef93aa375d8055626b67524ba0.tar.gz glibc-70e2ebba53c8a1ef93aa375d8055626b67524ba0.tar.bz2 |
Remove last remnants of -S option support.
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r-- | nscd/nscd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h index 3859d95..ed686be 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -68,7 +68,6 @@ struct database_dyn const char *db_filename; time_t file_mtime; size_t suggested_module; - int secure; unsigned long int postimeout; /* In seconds. */ unsigned long int negtimeout; /* In seconds. */ @@ -122,9 +121,6 @@ extern int nthreads; /* Maximum number of threads to use. */ extern int max_nthreads; -/* Tables for which we cache data with uid. */ -extern int secure_in_use; /* Is one of the above 1? */ - /* User name to run server processes as. */ extern const char *server_user; |