aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 374571eeb1e..a73a3b7501e 100644
--- a/src/config.in
+++ b/src/config.in
@@ -501,6 +501,21 @@ Boston, MA 02111-1307, USA. */
501/* Define to 1 if you have the `strsignal' function. */ 501/* Define to 1 if you have the `strsignal' function. */
502#undef HAVE_STRSIGNAL 502#undef HAVE_STRSIGNAL
503 503
504/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
505#undef HAVE_STRUCT_IFREQ_IFR_ADDR
506
507/* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
508#undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
509
510/* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
511#undef HAVE_STRUCT_IFREQ_IFR_FLAGS
512
513/* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
514#undef HAVE_STRUCT_IFREQ_IFR_HWADDR
515
516/* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
517#undef HAVE_STRUCT_IFREQ_IFR_NETMASK
518
504/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ 519/* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
505#undef HAVE_STRUCT_NLIST_N_UN_N_NAME 520#undef HAVE_STRUCT_NLIST_N_UN_N_NAME
506 521