summaryrefslogtreecommitdiff
path: root/nscd/nscd.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-30 16:51:19 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-30 16:51:19 +0000
commit70e2ebba53c8a1ef93aa375d8055626b67524ba0 (patch)
treef96088d9e1c3afa5232f093c073068dcd3a40fcb /nscd/nscd.h
parent08be1ea82445c4e1dc562630dd5e5e2149a7f4c6 (diff)
Remove last remnants of -S option support.
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r--nscd/nscd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h
index 3859d95d01..ed686bea7e 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;