diff options
author | Colin Watson <cjwatson@debian.org> | 2016-02-29 12:15:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-03-08 11:51:22 +0000 |
commit | 46961f5704f8e86cea3e99253faad55aef4d8f35 (patch) | |
tree | 0dd97fa4fb649a62b4639fe2674380872b1f3e98 /config.h.in | |
parent | c753fe267efb1b027424fa8706cf0385fc3d14c1 (diff) | |
parent | 85e40e87a75fb80a0bf893ac05a417d6c353537d (diff) |
New upstream release (7.2).
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 97accd8ec..621c1396e 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 | ||
@@ -1644,6 +1662,9 @@ | |||
1644 | /* platform has the Security Authorization Session API */ | 1662 | /* platform has the Security Authorization Session API */ |
1645 | #undef USE_SECURITY_SESSION_API | 1663 | #undef USE_SECURITY_SESSION_API |
1646 | 1664 | ||
1665 | /* Define if you have Solaris privileges */ | ||
1666 | #undef USE_SOLARIS_PRIVS | ||
1667 | |||
1647 | /* Define if you have Solaris process contracts */ | 1668 | /* Define if you have Solaris process contracts */ |
1648 | #undef USE_SOLARIS_PROCESS_CONTRACTS | 1669 | #undef USE_SOLARIS_PROCESS_CONTRACTS |
1649 | 1670 | ||