| 6 * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. |
6 * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. |
| 7 * For copying and distribution information, see the file |
7 * For copying and distribution information, see the file |
| 8 * "mit-copyright.h". |
8 * "mit-copyright.h". |
| 9 */ |
9 */ |
| 10 |
10 |
| 11 #ifndef __SYSDEP_H__ |
11 #ifndef PURPLE_ZEPHYR_SYSDEP_H |
| 12 #define __SYSDEP_H__ |
12 #define PURPLE_ZEPHYR_SYSDEP_H |
| 13 |
13 |
| 14 #include <config.h> |
14 #include <config.h> |
| 15 #include <stdio.h> |
15 #include <stdio.h> |
| 16 #include <errno.h> |
16 #include <errno.h> |
| 17 #include <ctype.h> |
17 #include <ctype.h> |