summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 7c5c1605d..a6bb1b795 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.128 2002/04/07 16:18:04 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.129 2002/04/07 19:22:54 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -100,6 +100,9 @@
100/* Builtin PRNG command timeout */ 100/* Builtin PRNG command timeout */
101#undef ENTROPY_TIMEOUT_MSEC 101#undef ENTROPY_TIMEOUT_MSEC
102 102
103/* non-privileged user for privilege separation */
104#undef SSH_PRIVSEP_USER
105
103/* Define if you want to install preformatted manpages.*/ 106/* Define if you want to install preformatted manpages.*/
104#undef MANTYPE 107#undef MANTYPE
105 108