emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Tue, 23 Sep 2003 08:41:53 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.192 emacs/src/config.in:1.193
*** emacs/src/config.in:1.192   Sat Sep 13 19:31:33 2003
--- emacs/src/config.in Tue Sep 23 08:41:52 2003
***************
*** 501,506 ****
--- 501,521 ----
  /* Define to 1 if you have the `strsignal' function. */
  #undef HAVE_STRSIGNAL
  
+ /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
+ #undef HAVE_STRUCT_IFREQ_IFR_ADDR
+ 
+ /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
+ #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
+ 
+ /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
+ #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
+ 
+ /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
+ #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
+ 
+ /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
+ #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
+ 
  /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
  #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]