libpurple/protocols/zephyr/sysdep.h

changeset 39819
3554dac2991b
parent 38048
a3aaf7cef832
child 39829
ce056c64e426
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
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>
155 155
156 #ifndef MSG_BSIZE 156 #ifndef MSG_BSIZE
157 #define MSG_BSIZE BUFSIZ 157 #define MSG_BSIZE BUFSIZ
158 #endif 158 #endif
159 159
160 #endif /* __SYSDEP_H__ */ 160 #endif /* PURPLE_ZEPHYR_SYSDEP_H */
161

mercurial