ReactOS 0.4.15-dev-7834-g00c4b3d
config.h
Go to the documentation of this file.
1/* config.h. Generated automatically by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader. */
3/* #undef MINGW32 */
4
5/* Define if you have the ANSI C header files. */
6#define STDC_HEADERS 1
7
8/* Define if you have the socket function. */
9#define HAVE_SOCKET 1
10
11/* Define if you have the <pthread.h> header file. */
12/* #undef HAVE_PTHREAD_H */
13
14/* Define if you have the <unistd.h> header file. */
15#define HAVE_UNISTD_H 1
16
17/* Define if you have the pthread library (-lpthread). */
18/* #undef HAVE_LIBPTHREAD */
19
20/* Name of package */
21#define PACKAGE "dhcptool"
22
23/* Version number of package */
24#define VERSION "0.0.1-alpha"
25