Mercurial > emacs
view lisp/toolbar/gud-until.xpm @ 52525:fd2be6cea0e7
(Fnetwork_interface_list, Fnetwork_interface_info):
Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
(Fnetwork_interface_info): Check that ifreq struct has required
fields before accessing them; this requires that those fields are
defined as macros, which may be too restrictive on some platforms,
but it is better than failing on other platforms.
(syms_of_process): Only defsubr above fns when included.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 17 Sep 2003 21:31:53 +0000 |
parents | 8d984c0d5d8c |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * goto_xpm[] = { "24 24 6 1", " c #c0c0c0", ". c #ff0000", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #cc9999", " ", " ", " ", " ", " ", " . ", " . ", " . Xo oX ", " . XoO OoX ", " . oo oo ", " . oo oo ", " . .+ oo oo ", " . +..+ oX Xo ", " ...... oo oo ", " +..+ oX Xo ", " .+ oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};