comparison mcabber/src/settings.h @ 498:879ffddc13b0

Suppress a compilation warning
author Mikael Berthe <mikael@lilotux.net>
date Mon, 10 Oct 2005 23:00:00 +0200
parents 33b8e801ffa6
children cc8c969ab6e5
comparison
equal deleted inserted replaced
497:b5c2c3c50435 498:879ffddc13b0
1 #ifndef __SETTINGS_H__ 1 #ifndef __SETTINGS_H__
2 #define __SETTINGS_H__ 1 2 #define __SETTINGS_H__ 1
3 3
4 #include <ctype.h>
4 #include <glib.h> 5 #include <glib.h>
5 6
6 #include "jabglue.h" 7 #include "jabglue.h"
7 8
8 #ifndef __USE_ISOC99 9 #ifndef isblank
9 # define isblank(c) ((c) == 0x20 || (c) == 0x09) 10 # define isblank(c) ((c) == 0x20 || (c) == 0x09)
10 #endif 11 #endif
11 12
12 13
13 /* Default status messages */ 14 /* Default status messages */