From f5d33a3da194851de6b76cee427a1198159a148e Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 18 Feb 2008 15:30:36 +0000 Subject: [PATCH] update libevent mac headers for strtoll() --- third-party/macosx-libevent-config.h | 3 +++ third-party/macosx-libevent-event-config.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/third-party/macosx-libevent-config.h b/third-party/macosx-libevent-config.h index d5ebc7d7c..2da085d85 100644 --- a/third-party/macosx-libevent-config.h +++ b/third-party/macosx-libevent-config.h @@ -200,6 +200,9 @@ /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 +/* Define to 1 if you have the `strtoll' function. */ +#define HAVE_STRTOLL 1 + /* Define to 1 if you have the `strtok_r' function. */ #define HAVE_STRTOK_R 1 diff --git a/third-party/macosx-libevent-event-config.h b/third-party/macosx-libevent-event-config.h index 2249147f5..82a14e8a4 100644 --- a/third-party/macosx-libevent-event-config.h +++ b/third-party/macosx-libevent-event-config.h @@ -122,6 +122,9 @@ /* Define to 1 if you have the `strsep' function. */ #define _EVENT_HAVE_STRSEP 1 +/* Define to 1 if you have the `strtoll' function. */ +#define HAVE_STRTOLL 1 + /* Define to 1 if you have the `strtok_r' function. */ #define _EVENT_HAVE_STRTOK_R 1