aboutsummaryrefslogtreecommitdiffstats
path: root/msvc
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-01-15 22:24:32 +0000
committerToby Gray <toby.gray@realvnc.com>2013-01-23 00:39:47 +0000
commit1e6928ccab25f933950ab67f9dba30cdc8822056 (patch)
tree8f940e03bb5ef28c35f6ae75466eadb8750ff552 /msvc
parent33ba1231a1b07425eaa83935f84b2e4b7f904f35 (diff)
downloadandroid_external_libusbx-1e6928ccab25f933950ab67f9dba30cdc8822056.tar.gz
android_external_libusbx-1e6928ccab25f933950ab67f9dba30cdc8822056.tar.bz2
android_external_libusbx-1e6928ccab25f933950ab67f9dba30cdc8822056.zip
Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H
* These files may not be available on all platforms (eg. WinCE)
Diffstat (limited to 'msvc')
-rw-r--r--msvc/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/msvc/config.h b/msvc/config.h
index e221bab..730d091 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -28,3 +28,9 @@
/* type of second poll() argument */
#define POLL_NFDS_TYPE unsigned int
+
+/* Define to 1 if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1