1
0
Fork 0
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:
Mitchell Livingston 2008-02-18 15:30:36 +00:00
parent a2744be2d6
commit f5d33a3da1
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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