Changeset 9948
- Timestamp:
- Jan 17, 2010, 2:24:33 AM (12 years ago)
- Location:
- trunk/third-party
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/macosx-libevent-config.h
r9947 r9948 38 38 #define HAVE_GETADDRINFO 1 39 39 40 /* Define to 1 if you have the `getegid' function. */ 41 #define HAVE_GETEGID 1 42 43 /* Define to 1 if you have the `geteuid' function. */ 44 #define HAVE_GETEUID 1 45 40 46 /* Define to 1 if you have the `getnameinfo' function. */ 41 47 #define HAVE_GETNAMEINFO 1 … … 49 55 /* Define to 1 if you have the <inttypes.h> header file. */ 50 56 #define HAVE_INTTYPES_H 1 57 58 /* Define to 1 if you have the `issetugid' function. */ 59 #define HAVE_ISSETUGID 1 51 60 52 61 /* Define to 1 if you have the `kqueue' function. */ … … 201 210 #define LT_OBJDIR ".libs/" 202 211 212 /* Numeric representation of the version */ 213 #define NUMERIC_VERSION 0x01040d01 214 203 215 /* Name of package */ 204 216 #define PACKAGE "libevent" … … 238 250 239 251 /* Version number of package */ 240 #define VERSION "1.4.1 2-stable"252 #define VERSION "1.4.13-stable-dev" 241 253 242 254 /* Define to appropriate substitue if compiler doesnt have __func__ */ -
trunk/third-party/macosx-libevent-event-config.h
r9947 r9948 45 45 #define _EVENT_HAVE_GETADDRINFO 1 46 46 47 /* Define to 1 if you have the `getegid' function. */ 48 #define _EVENT_HAVE_GETEGID 1 49 50 /* Define to 1 if you have the `geteuid' function. */ 51 #define _EVENT_HAVE_GETEUID 1 52 47 53 /* Define to 1 if you have the `getnameinfo' function. */ 48 54 #define _EVENT_HAVE_GETNAMEINFO 1 … … 56 62 /* Define to 1 if you have the <inttypes.h> header file. */ 57 63 #define _EVENT_HAVE_INTTYPES_H 1 64 65 /* Define to 1 if you have the `issetugid' function. */ 66 #define _EVENT_HAVE_ISSETUGID 1 58 67 59 68 /* Define to 1 if you have the `kqueue' function. */ … … 208 217 #define _EVENT_LT_OBJDIR ".libs/" 209 218 219 /* Numeric representation of the version */ 220 #define _EVENT_NUMERIC_VERSION 0x01040d01 221 210 222 /* Name of package */ 211 223 #define _EVENT_PACKAGE "libevent" … … 245 257 246 258 /* Version number of package */ 247 #define _EVENT_VERSION "1.4.1 2-stable"259 #define _EVENT_VERSION "1.4.13-stable-dev" 248 260 249 261 /* Define to appropriate substitue if compiler doesnt have __func__ */
Note: See TracChangeset
for help on using the changeset viewer.