Rev 8120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8120 | Rev 8177 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | /* buffer length for about information */ |
21 | /* buffer length for about information */ |
22 | #define aboutlen 512 |
22 | #define aboutlen 512 |
23 | 23 | ||
24 | /******** Nothing to modify below ***************/ |
24 | /******** Nothing to modify below ***************/ |
25 | 25 | ||
26 | #include "../config.h" |
- | |
27 | #include <stdio.h> |
26 | #include <stdio.h> |
28 | #include <stdlib.h> |
27 | #include <stdlib.h> |
29 | #include <stdarg.h> |
28 | #include <stdarg.h> |
30 | #include <unistd.h> |
29 | #include <unistd.h> |
31 | #include <string.h> |
30 | #include <string.h> |
Line 36... | Line 35... | ||
36 | #include <sys/wait.h> |
35 | #include <sys/wait.h> |
37 | #include <sys/types.h> |
36 | #include <sys/types.h> |
38 | #include <sys/stat.h> |
37 | #include <sys/stat.h> |
39 | #include <signal.h> |
38 | #include <signal.h> |
40 | #include <fcntl.h> |
39 | #include <fcntl.h> |
- | 40 | #include "../config.h" |
|
41 | #include "../wimsdef.h" |
41 | #include "../wimsdef.h" |
42 | #include "../Lib/libwims.h" |
42 | #include "../Lib/libwims.h" |
43 | 43 | ||
44 | #define parmlim (MAX_LINELEN+256) |
44 | #define parmlim (MAX_LINELEN+256) |
45 | #define inputlim (512*1024) |
45 | #define inputlim (512*1024) |