home *** CD-ROM | disk | FTP | other *** search
- /*
- * INCLUDES.H
- */
-
- #define NAMESIZE 256
-
- #include "protos.h" /* other system protos */
-
- #include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <ctype.h>
- #include <time.h>
- #include <signal.h>
- #include "config.h" /* lib protos and config stuff */
- #include "xferstat.h"
- #include "uucico_protos.h" /* uucico protos */
-
- #ifndef TRUE
- #define TRUE 1
- #endif
-
- #ifndef FALSE
- #define FALSE 0
- #endif
-