Rev 10 | Rev 8120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 8100 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | #include <sys/types.h> |
37 | #include <sys/types.h> |
38 | #include <sys/stat.h> |
38 | #include <sys/stat.h> |
39 | #include <signal.h> |
39 | #include <signal.h> |
40 | #include <fcntl.h> |
40 | #include <fcntl.h> |
41 | #include "../wimsdef.h" |
41 | #include "../wimsdef.h" |
- | 42 | #include "../Lib/libwims.h" |
|
42 | 43 | ||
43 | #define parmlim (MAX_LINELEN+256) |
44 | #define parmlim (MAX_LINELEN+256) |
44 | #define inputlim (512*1024) |
45 | #define inputlim (512*1024) |
45 | #define SETUP_NO (sizeof(setups)/sizeof(setups[0])) |
46 | #define SETUP_NO (sizeof(setups)/sizeof(setups[0])) |
46 | #define illegal_no (sizeof(illegal)/sizeof(illegal[0])) |
47 | #define illegal_no (sizeof(illegal)/sizeof(illegal[0])) |