]> granicus.if.org Git - transmission/commitdiff
update macosx-libevent-config.h and macosx-libevent-event-config.h
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 17 Jan 2010 02:24:33 +0000 (02:24 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 17 Jan 2010 02:24:33 +0000 (02:24 +0000)
third-party/macosx-libevent-config.h
third-party/macosx-libevent-event-config.h

index e34ec1d1d252a268e3cf1e45647c3f4495478b92..284b027ff2ab0966179f0ba0a93f6437187b351a 100644 (file)
 /* Define to 1 if you have the `getaddrinfo' function. */
 #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 HAVE_GETNAMEINFO 1
 
@@ -49,6 +55,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #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 HAVE_KQUEUE 1
 
    */
 #define LT_OBJDIR ".libs/"
 
+/* Numeric representation of the version */
+#define NUMERIC_VERSION 0x01040d01
+
 /* Name of package */
 #define PACKAGE "libevent"
 
 #define TIME_WITH_SYS_TIME 1
 
 /* 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__ */
 /* #undef __func__ */
index 5d2199b69d0e80048c07fcc12b23e3a2043c9075..bccf3bf1331a21372b4a4b862078b0f04e8e0bb3 100644 (file)
 /* Define to 1 if you have the `getaddrinfo' function. */
 #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 _EVENT_HAVE_GETNAMEINFO 1
 
@@ -56,6 +62,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #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 _EVENT_HAVE_KQUEUE 1
 
    */
 #define _EVENT_LT_OBJDIR ".libs/"
 
+/* Numeric representation of the version */
+#define _EVENT_NUMERIC_VERSION 0x01040d01
+
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* 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__ */
 /* #undef _EVENT___func__ */