Rev 10 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 8177 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* student score management, definitions */ |
18 | /* student score management, definitions */ |
19 | 19 | ||
20 | #include "../Lib/libwims.h" |
- | |
21 | #include "../wims.h" |
- | |
22 | #include <utime.h> |
20 | #include <utime.h> |
23 | #include <sys/socket.h> |
21 | #include <sys/socket.h> |
24 | #include <sys/un.h> |
22 | #include <sys/un.h> |
- | 23 | #include "../Lib/libwims.h" |
|
- | 24 | #include "../wims.h" |
|
25 | 25 | ||
26 | /* how many seconds in a minute? */ |
26 | /* how many seconds in a minute? */ |
27 | #define MINLENGTH 47 |
27 | #define MINLENGTH 47 |
28 | /* maximal running minutes, in order to avoid leaking */ |
28 | /* maximal running minutes, in order to avoid leaking */ |
29 | #define MAX_MIN 300 |
29 | #define MAX_MIN 300 |