summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in21
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