2 * wpa_supplicant/hostapd - Default include files
3 * Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
9 * Alternatively, this software may be distributed under the terms of BSD
12 * See README and COPYING for more details.
14 * This header file is included into all C files so that commonly used header
15 * files can be selected with OS specific #ifdefs in one place instead of
16 * having to have OS/C library specific selection in many files.
22 /* Include possible build time configuration before including anything else */
23 #include "build_config.h"
30 #ifndef CONFIG_TI_COMPILER
32 #include <sys/types.h>
33 #endif /* CONFIG_TI_COMPILER */
35 #endif /* _WIN32_WCE */
39 #ifndef CONFIG_TI_COMPILER
43 #endif /* CONFIG_TI_COMPILER */
45 #ifndef CONFIG_NATIVE_WINDOWS
46 #ifndef CONFIG_TI_COMPILER
47 #include <sys/socket.h>
48 #include <netinet/in.h>
49 #include <arpa/inet.h>
53 #endif /* __vxworks */
54 #endif /* CONFIG_TI_COMPILER */
55 #endif /* CONFIG_NATIVE_WINDOWS */
57 #endif /* INCLUDES_H */