home *** CD-ROM | disk | FTP | other *** search
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <netdb.h>
-
- #define NUM_RECORDS 16384
- #define LIMIT_MAGIC_TYPE "application/httpd-limit"
-
- struct user_limit
- {
- char account[16];
- unsigned long bytes_sent;
- unsigned long bytes_max;
- };
-
- extern int errno;
-
-