aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libidn/idn_config.h
blob: c6af5caa6ba9149f0c2d8619801a27ae2a7567af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _IDN_CONFIG_H_ 
#define _IDN_CONFIG_H_ 
 
#ifdef _WIN32 
    #include "win/config.h" 
    #include "win/stdbool.h" 
    #include "win/unistd.h" 
#else 
    #include "unix/config.h" 
#endif 
 
#endif//_IDN_CONFIG_H_