mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
update libevent mac headers for strtoll()
This commit is contained in:
parent
a2744be2d6
commit
f5d33a3da1
2 changed files with 6 additions and 0 deletions
3
third-party/macosx-libevent-config.h
vendored
3
third-party/macosx-libevent-config.h
vendored
|
@ -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
|
||||
|
||||
|
|
3
third-party/macosx-libevent-event-config.h
vendored
3
third-party/macosx-libevent-event-config.h
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue