mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
update macosx-libevent-config.h and macosx-libevent-event-config.h
This commit is contained in:
parent
b59775cdad
commit
6c713d2800
2 changed files with 26 additions and 2 deletions
14
third-party/macosx-libevent-config.h
vendored
14
third-party/macosx-libevent-config.h
vendored
|
@ -37,6 +37,12 @@
|
||||||
/* Define to 1 if you have the `getaddrinfo' function. */
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
||||||
#define HAVE_GETADDRINFO 1
|
#define HAVE_GETADDRINFO 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `getegid' function. */
|
||||||
|
#define HAVE_GETEGID 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `geteuid' function. */
|
||||||
|
#define HAVE_GETEUID 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `getnameinfo' function. */
|
/* Define to 1 if you have the `getnameinfo' function. */
|
||||||
#define HAVE_GETNAMEINFO 1
|
#define HAVE_GETNAMEINFO 1
|
||||||
|
|
||||||
|
@ -49,6 +55,9 @@
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
#define HAVE_INTTYPES_H 1
|
#define HAVE_INTTYPES_H 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `issetugid' function. */
|
||||||
|
#define HAVE_ISSETUGID 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `kqueue' function. */
|
/* Define to 1 if you have the `kqueue' function. */
|
||||||
#define HAVE_KQUEUE 1
|
#define HAVE_KQUEUE 1
|
||||||
|
|
||||||
|
@ -200,6 +209,9 @@
|
||||||
*/
|
*/
|
||||||
#define LT_OBJDIR ".libs/"
|
#define LT_OBJDIR ".libs/"
|
||||||
|
|
||||||
|
/* Numeric representation of the version */
|
||||||
|
#define NUMERIC_VERSION 0x01040d01
|
||||||
|
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
#define PACKAGE "libevent"
|
#define PACKAGE "libevent"
|
||||||
|
|
||||||
|
@ -237,7 +249,7 @@
|
||||||
#define TIME_WITH_SYS_TIME 1
|
#define TIME_WITH_SYS_TIME 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.4.12-stable"
|
#define VERSION "1.4.13-stable-dev"
|
||||||
|
|
||||||
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
||||||
/* #undef __func__ */
|
/* #undef __func__ */
|
||||||
|
|
14
third-party/macosx-libevent-event-config.h
vendored
14
third-party/macosx-libevent-event-config.h
vendored
|
@ -44,6 +44,12 @@
|
||||||
/* Define to 1 if you have the `getaddrinfo' function. */
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
||||||
#define _EVENT_HAVE_GETADDRINFO 1
|
#define _EVENT_HAVE_GETADDRINFO 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `getegid' function. */
|
||||||
|
#define _EVENT_HAVE_GETEGID 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `geteuid' function. */
|
||||||
|
#define _EVENT_HAVE_GETEUID 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `getnameinfo' function. */
|
/* Define to 1 if you have the `getnameinfo' function. */
|
||||||
#define _EVENT_HAVE_GETNAMEINFO 1
|
#define _EVENT_HAVE_GETNAMEINFO 1
|
||||||
|
|
||||||
|
@ -56,6 +62,9 @@
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
#define _EVENT_HAVE_INTTYPES_H 1
|
#define _EVENT_HAVE_INTTYPES_H 1
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `issetugid' function. */
|
||||||
|
#define _EVENT_HAVE_ISSETUGID 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `kqueue' function. */
|
/* Define to 1 if you have the `kqueue' function. */
|
||||||
#define _EVENT_HAVE_KQUEUE 1
|
#define _EVENT_HAVE_KQUEUE 1
|
||||||
|
|
||||||
|
@ -207,6 +216,9 @@
|
||||||
*/
|
*/
|
||||||
#define _EVENT_LT_OBJDIR ".libs/"
|
#define _EVENT_LT_OBJDIR ".libs/"
|
||||||
|
|
||||||
|
/* Numeric representation of the version */
|
||||||
|
#define _EVENT_NUMERIC_VERSION 0x01040d01
|
||||||
|
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
#define _EVENT_PACKAGE "libevent"
|
#define _EVENT_PACKAGE "libevent"
|
||||||
|
|
||||||
|
@ -244,7 +256,7 @@
|
||||||
#define _EVENT_TIME_WITH_SYS_TIME 1
|
#define _EVENT_TIME_WITH_SYS_TIME 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define _EVENT_VERSION "1.4.12-stable"
|
#define _EVENT_VERSION "1.4.13-stable-dev"
|
||||||
|
|
||||||
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
||||||
/* #undef _EVENT___func__ */
|
/* #undef _EVENT___func__ */
|
||||||
|
|
Loading…
Reference in a new issue