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