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