Mercurial > emacs
annotate lisp/sb-dir.xpm @ 41854:c6e4598a909a
* config.in (HAVE_WORKING_VFORK): New #undefs.
* process.c (create_process):
Use HAVE_WORKING_VFORK, not HAVE_VFORK.
* m/cnvrgnt.h (HAVE_VFORK): Remove #define.
* m/ibm370aix.h (HAVE_VFORK): Remove #undef.
* m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
* m/intel386.h (HAVE_VFORK): Likewise.
* m/mips-siemens.h (HAVE_VFORK): Likewise.
* m/mips.h (HAVE_VFORK): Likewise.
* s/freebsd.h (vfork): Remove #define.
* s/lynxos.h (HAVE_VFORK): Remove #undef.
* s/usg5-4-2.h: Fix comment about vfork.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Fri, 07 Dec 2001 05:50:56 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_dir_xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFF993", | |
8 " ....... ", | |
9 ".+++++++. ", | |
10 ".+@@@@@@+.......... ", | |
11 ".+@@@@@@@++++++++++.", | |
12 ".+@@@@@@@@@@@@@@@@+.", | |
13 ".+@@@@@@@@@@@@@@@@+.", | |
14 ".+@@@@@@@@@@@@@@@@+.", | |
15 ".+@@@@@@@@@@@@@@@@+.", | |
16 ".+@@@@@@@@@@@@@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 ".+@@@@@@@@@@@@@@@@+.", | |
19 ".+@@@@@@@@@@@@@@@@+.", | |
20 ".+@@@@@@@@@@@@@@@@+.", | |
21 ".++++++++++++++++++.", | |
22 " .................. "}; |