aboutsummaryrefslogtreecommitdiff
path: root/Xcode/config.h
diff options
context:
space:
mode:
authorShaju Mathew <shaju@google.com>2024-02-09 01:42:54 +0000
committerShaju Mathew <shaju@google.com>2024-02-09 01:42:55 +0000
commit99d5406da9549698ade1a7079a673852d39a7f2b (patch)
treefb17f5ca24925515f5ab736101ba199cb6ec194d /Xcode/config.h
parentf8c697b87eae8fc259edd1dc5695e2753163bbfe (diff)
parentd52e355daa09f17ce64819122cb067b8a2ee0d4b (diff)
downloadlibusb-99d5406da9549698ade1a7079a673852d39a7f2b.tar.gz
Upgrade libusb to v1.0.27
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update libusb For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ifb65673bd9d1a8653475e1396110447114685d4a
Diffstat (limited to 'Xcode/config.h')
-rw-r--r--Xcode/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xcode/config.h b/Xcode/config.h
index 59f3463..c589a0f 100644
--- a/Xcode/config.h
+++ b/Xcode/config.h
@@ -8,12 +8,6 @@
/* Define to 1 to enable message logging. */
#define ENABLE_LOGGING 1
-/* On 10.12 and later, use newly available clock_*() functions */
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
-/* Define to 1 if you have the `clock_gettime' function. */
-#define HAVE_CLOCK_GETTIME 1
-#endif
-
/* On 10.6 and later, use newly available pthread_threadid_np() function */
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
/* Define to 1 if you have the 'pthread_threadid_np' function. */