aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-23 12:41:52 +0000
committerDave Love2003-09-23 12:41:52 +0000
commit96f3a036e6c1137715062a53dc1a602eef04e996 (patch)
tree1930d89aa734bbc3b33a84974d317fff6f37a13f /src
parent68e03c1cb7e30e98a861637eb67fed45bfb38d6b (diff)
downloademacs-96f3a036e6c1137715062a53dc1a602eef04e996.tar.gz
emacs-96f3a036e6c1137715062a53dc1a602eef04e996.zip
#
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