| 6 * |
6 * |
| 7 * For copyright and distribution info, see the documentation supplied |
7 * For copyright and distribution info, see the documentation supplied |
| 8 * with this package. |
8 * with this package. |
| 9 */ |
9 */ |
| 10 |
10 |
| 11 #ifndef __COM_ERR_H |
11 #ifndef PURPLE_ZEPHYR_COM_ERR_H |
| 12 #define __COM_ERR_H |
12 #define PURPLE_ZEPHYR_COM_ERR_H |
| 13 |
13 |
| 14 #define COM_ERR_BUF_LEN 25 |
14 #define COM_ERR_BUF_LEN 25 |
| 15 |
15 |
| 16 /* Use __STDC__ to guess whether we can use stdarg, prototypes, and const. |
16 /* Use __STDC__ to guess whether we can use stdarg, prototypes, and const. |
| 17 * This is a public header file, so autoconf can't help us here. */ |
17 * This is a public header file, so autoconf can't help us here. */ |