aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libidn/idn_config.h
blob: 6f616eebd2d9533dcb1c92a8d14b0b4f7933286a (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_