- Timestamp:
- Sep 24, 2009, 3:20:39 AM (13 years ago)
- Location:
- branches/1.5x/third-party
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/third-party/macosx-libevent-config.h
r6820 r9165 32 32 #define HAVE_FCNTL_H 1 33 33 34 /* Define to 1 if the system has the type `fd_mask'. */ 35 #define HAVE_FD_MASK 1 36 34 37 /* Define to 1 if you have the `getaddrinfo' function. */ 35 38 #define HAVE_GETADDRINFO 1 … … 231 234 232 235 /* Version number of package */ 233 #define VERSION "1.4. 8-stable"236 #define VERSION "1.4.12-stable" 234 237 235 238 /* Define to appropriate substitue if compiler doesnt have __func__ */ -
branches/1.5x/third-party/macosx-libevent-event-config.h
r6820 r9165 39 39 #define _EVENT_HAVE_FCNTL_H 1 40 40 41 /* Define to 1 if the system has the type `fd_mask'. */ 42 #define _EVENT_HAVE_FD_MASK 1 43 41 44 /* Define to 1 if you have the `getaddrinfo' function. */ 42 45 #define _EVENT_HAVE_GETADDRINFO 1 … … 238 241 239 242 /* Version number of package */ 240 #define _EVENT_VERSION "1.4. 8-stable"243 #define _EVENT_VERSION "1.4.12-stable" 241 244 242 245 /* Define to appropriate substitue if compiler doesnt have __func__ */
Note: See TracChangeset
for help on using the changeset viewer.