Wild Life  2.29
 All Data Structures Files Functions Variables Typedefs Macros
defs.h
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <stdarg.h>
4 #include <string.h>
5 #include <strings.h>
6 #include <time.h>
7 #include <math.h>
8 #include <assert.h>
9 #include <errno.h>
10 #include <setjmp.h>
11 #include <fcntl.h>
12 #include <ctype.h>
13 #include <unistd.h>
14 #include <signal.h>
15 #include <sys/types.h>
16 #include <sys/stat.h>
17 #include <sys/time.h>
18 #include <sys/times.h>
19 #include <sys/types.h>
20 #include <sys/ioctl.h>
21 #ifndef NORAW
22 #include <sgtty.h>
23 #include <termio.h>
24 
25 #ifndef TANDEM
26 #define TANDEM 0
27 #endif
28 
29 
30 #endif
31 #include <sys/wait.h>
32 #include <sys/stat.h>
33 #include <limits.h>
34 #include <pwd.h>
35 
36 
37 #ifdef X11
38 #include <X11/Xlib.h>
39 #ifdef NEEDXLIBINT
40 #include <X11/Xlibint.h>
41 #endif
42 #include <X11/Xutil.h>
43 #include "life_icon"
44 #endif
45 
46 
47 #include "def_const.h"
48 #include "def_macro.h"
49 #include "def_struct.h"
50 #include "def_glob.h"
51 #include "def_proto.h"