Mercurial > emacs
view lisp/toolbar/alias.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 | 30c4902b654d |
children |
line wrap: on
line source
/* XPM */ static char * alias_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 4 1", " c None", ". c #61b761b7600a", "X c #a5d8a5d89550", "o c black", /* pixels */ " ", " ", " ", " ...... ", " ...XXXX..XX ", " o..ooooooo... ", " ooo oooo..X ", " o.X ooo... ", " o.X ooo.XX ", " o.X oo.. ", " o.X oo. ", " o... oo.. ", " o.X o.. ", " o.XX oX. ", " o.... oo. ", " o..XX oooo ", " o...XXX XXoooo ", " ooo........ooooo ", " oooooXXooooo.oo ", " ooo o..oo", " o...", " ooo", " oo", " "};