aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libidn/win/config.h
blob: 268ec694b0b1651b8dbba68774f09ce7c0344177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CONFIG_H 
#define _CONFIG_H 
 
#define PACKAGE "Libidn" 
#define PACKAGE_VERSION "1.9" 
 
#define strcasecmp stricmp 
#define strncasecmp strnicmp 
 
#define LOCALEDIR "." 
 
#if _MSC_VER && !__cplusplus 
# define inline __inline 
#endif 
 
#endif /* _CONFIG_H */