summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-02-29 12:15:15 +0000
committerColin Watson <cjwatson@debian.org>2016-02-29 12:15:15 +0000
commitc52a95cc4754e6630c96fe65ae0c65eb41d2c590 (patch)
tree793395934013923b7b2426382c0676edcd4be3d4 /config.h.in
parenteeff4de96f5d7365750dc56912c2c62b5c28db6b (diff)
parent72b061d4ba0f909501c595d709ea76e06b01e5c9 (diff)
Import openssh_7.2p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in27
1 files changed, 24 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 7500df532..89bf1b0ff 100644
--- a/config.h.in
+++ b/config.h.in
@@ -694,9 +694,6 @@
694/* Define to 1 if you have the `network' library (-lnetwork). */ 694/* Define to 1 if you have the `network' library (-lnetwork). */
695#undef HAVE_LIBNETWORK 695#undef HAVE_LIBNETWORK
696 696
697/* Define to 1 if you have the `nsl' library (-lnsl). */
698#undef HAVE_LIBNSL
699
700/* Define to 1 if you have the `pam' library (-lpam). */ 697/* Define to 1 if you have the `pam' library (-lpam). */
701#undef HAVE_LIBPAM 698#undef HAVE_LIBPAM
702 699
@@ -845,6 +842,9 @@
845/* define if you have pid_t data type */ 842/* define if you have pid_t data type */
846#undef HAVE_PID_T 843#undef HAVE_PID_T
847 844
845/* Define to 1 if you have the `pledge' function. */
846#undef HAVE_PLEDGE
847
848/* Define to 1 if you have the `poll' function. */ 848/* Define to 1 if you have the `poll' function. */
849#undef HAVE_POLL 849#undef HAVE_POLL
850 850
@@ -854,6 +854,12 @@
854/* Define to 1 if you have the `prctl' function. */ 854/* Define to 1 if you have the `prctl' function. */
855#undef HAVE_PRCTL 855#undef HAVE_PRCTL
856 856
857/* Define to 1 if you have the `priv_basicset' function. */
858#undef HAVE_PRIV_BASICSET
859
860/* Define to 1 if you have the <priv.h> header file. */
861#undef HAVE_PRIV_H
862
857/* Define if you have /proc/$pid/fd */ 863/* Define if you have /proc/$pid/fd */
858#undef HAVE_PROC_PID 864#undef HAVE_PROC_PID
859 865
@@ -956,6 +962,9 @@
956/* Define to 1 if you have the `setpcred' function. */ 962/* Define to 1 if you have the `setpcred' function. */
957#undef HAVE_SETPCRED 963#undef HAVE_SETPCRED
958 964
965/* Define to 1 if you have the `setppriv' function. */
966#undef HAVE_SETPPRIV
967
959/* Define to 1 if you have the `setproctitle' function. */ 968/* Define to 1 if you have the `setproctitle' function. */
960#undef HAVE_SETPROCTITLE 969#undef HAVE_SETPROCTITLE
961 970
@@ -1444,6 +1453,9 @@
1444/* Define if you don't want to use lastlog in session.c */ 1453/* Define if you don't want to use lastlog in session.c */
1445#undef NO_SSH_LASTLOG 1454#undef NO_SSH_LASTLOG
1446 1455
1456/* Define to disable UID restoration test */
1457#undef NO_UID_RESTORATION_TEST
1458
1447/* Define if X11 doesn't support AF_UNIX sockets on that system */ 1459/* Define if X11 doesn't support AF_UNIX sockets on that system */
1448#undef NO_X11_UNIX_SOCKETS 1460#undef NO_X11_UNIX_SOCKETS
1449 1461
@@ -1520,6 +1532,9 @@
1520/* no privsep sandboxing */ 1532/* no privsep sandboxing */
1521#undef SANDBOX_NULL 1533#undef SANDBOX_NULL
1522 1534
1535/* Sandbox using pledge(2) */
1536#undef SANDBOX_PLEDGE
1537
1523/* Sandbox using setrlimit(2) */ 1538/* Sandbox using setrlimit(2) */
1524#undef SANDBOX_RLIMIT 1539#undef SANDBOX_RLIMIT
1525 1540
@@ -1532,6 +1547,9 @@
1532/* define if setrlimit RLIMIT_NOFILE breaks things */ 1547/* define if setrlimit RLIMIT_NOFILE breaks things */
1533#undef SANDBOX_SKIP_RLIMIT_NOFILE 1548#undef SANDBOX_SKIP_RLIMIT_NOFILE
1534 1549
1550/* Sandbox using Solaris/Illumos privileges */
1551#undef SANDBOX_SOLARIS
1552
1535/* Sandbox using systrace(4) */ 1553/* Sandbox using systrace(4) */
1536#undef SANDBOX_SYSTRACE 1554#undef SANDBOX_SYSTRACE
1537 1555
@@ -1638,6 +1656,9 @@
1638/* Use PIPES instead of a socketpair() */ 1656/* Use PIPES instead of a socketpair() */
1639#undef USE_PIPES 1657#undef USE_PIPES
1640 1658
1659/* Define if you have Solaris privileges */
1660#undef USE_SOLARIS_PRIVS
1661
1641/* Define if you have Solaris process contracts */ 1662/* Define if you have Solaris process contracts */
1642#undef USE_SOLARIS_PROCESS_CONTRACTS 1663#undef USE_SOLARIS_PROCESS_CONTRACTS
1643 1664