diff options
author | Colin Watson <cjwatson@debian.org> | 2020-10-18 12:04:32 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-10-18 12:04:32 +0100 |
commit | 2b2c99658e3e8ed452e28f88f9cdbcdfb2a461cb (patch) | |
tree | 336445493163aa0370cb7830d97ebd8819b2e2c5 /config.h.in | |
parent | 202f5a676221c244cd450086c334c2b59f339e86 (diff) | |
parent | 279261e1ea8150c7c64ab5fe7cb4a4ea17acbb29 (diff) |
Import openssh_8.4p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6af4bfdd1..18e0b90c2 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -573,6 +573,21 @@ | |||
573 | /* Define to 1 if you have the <features.h> header file. */ | 573 | /* Define to 1 if you have the <features.h> header file. */ |
574 | #undef HAVE_FEATURES_H | 574 | #undef HAVE_FEATURES_H |
575 | 575 | ||
576 | /* Define to 1 if you have the `fido_cred_prot' function. */ | ||
577 | #undef HAVE_FIDO_CRED_PROT | ||
578 | |||
579 | /* Define to 1 if you have the `fido_cred_set_prot' function. */ | ||
580 | #undef HAVE_FIDO_CRED_SET_PROT | ||
581 | |||
582 | /* Define to 1 if you have the `fido_dev_get_touch_begin' function. */ | ||
583 | #undef HAVE_FIDO_DEV_GET_TOUCH_BEGIN | ||
584 | |||
585 | /* Define to 1 if you have the `fido_dev_get_touch_status' function. */ | ||
586 | #undef HAVE_FIDO_DEV_GET_TOUCH_STATUS | ||
587 | |||
588 | /* Define to 1 if you have the `fido_dev_supports_cred_prot' function. */ | ||
589 | #undef HAVE_FIDO_DEV_SUPPORTS_CRED_PROT | ||
590 | |||
576 | /* Define to 1 if you have the <floatingpoint.h> header file. */ | 591 | /* Define to 1 if you have the <floatingpoint.h> header file. */ |
577 | #undef HAVE_FLOATINGPOINT_H | 592 | #undef HAVE_FLOATINGPOINT_H |
578 | 593 | ||
@@ -1275,6 +1290,9 @@ | |||
1275 | /* Fields in struct sockaddr_storage */ | 1290 | /* Fields in struct sockaddr_storage */ |
1276 | #undef HAVE_SS_FAMILY_IN_SS | 1291 | #undef HAVE_SS_FAMILY_IN_SS |
1277 | 1292 | ||
1293 | /* Define if you have ut_ss in utmpx.h */ | ||
1294 | #undef HAVE_SS_IN_UTMPX | ||
1295 | |||
1278 | /* Define to 1 if you have the `statfs' function. */ | 1296 | /* Define to 1 if you have the `statfs' function. */ |
1279 | #undef HAVE_STATFS | 1297 | #undef HAVE_STATFS |
1280 | 1298 | ||
@@ -1856,6 +1874,9 @@ | |||
1856 | /* The size of `short int', as computed by sizeof. */ | 1874 | /* The size of `short int', as computed by sizeof. */ |
1857 | #undef SIZEOF_SHORT_INT | 1875 | #undef SIZEOF_SHORT_INT |
1858 | 1876 | ||
1877 | /* The size of `size_t', as computed by sizeof. */ | ||
1878 | #undef SIZEOF_SIZE_T | ||
1879 | |||
1859 | /* Define as const if snprintf() can declare const char *fmt */ | 1880 | /* Define as const if snprintf() can declare const char *fmt */ |
1860 | #undef SNPRINTF_CONST | 1881 | #undef SNPRINTF_CONST |
1861 | 1882 | ||