summaryrefslogtreecommitdiff
path: root/src/config.h.win32
blob: a893d5e8d70490fa9cb2c2146022a1daee96af9a (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Hand tailored config.h for windows.
 */

/* define ssize_t to int if <sys/types.h> doesn't define.*/
typedef int ssize_t;
/* #undef ssize_t */

#if defined(_MSC_VER)
#pragma warning(disable: 4996) /* The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name. */
#endif