9 #ifdef HAVE_SYS_SIGEVENT_H
10 #include <sys/sigevent.h>
24 #ifdef HAVE_SYS_TYPES_H
25 #include <sys/types.h>
27 #ifdef HAVE_SYS_STAT_H
30 #ifdef HAVE_SYS_UTSNAME_H
31 #include <sys/utsname.h>
34 #ifdef TIME_WITH_SYS_TIME
38 #ifdef HAVE_SYS_TIME_H
45 #ifdef HAVE_SYS_PARAM_H
46 #include <sys/param.h>
49 #ifdef HAVE_SYS_WAIT_H
53 #ifdef HAVE_SYS_SELECT_H
54 #include <sys/select.h>
78 #define MAX2(x1,x2) (x1<x2 ? x2 : x1)
80 #define W_PI 3.14159265358979323846
82 #define LOCAL_SEARCH ".xwelltris"
83 #define GLOBAL_SEARCH "@prefix@/share/xwelltris"
88 /* ------------ End of file -------------- */