Changeset 5132 for branches/1.0x/third-party/macosx-libevent-event-config.h
- Timestamp:
- Feb 27, 2008, 1:15:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0x/third-party/macosx-libevent-event-config.h
r3754 r5132 126 126 #define _EVENT_HAVE_STRTOK_R 1 127 127 128 /* Define to 1 if you have the `strtoll' function. */ 129 #define _EVENT_HAVE_STRTOLL 1 130 128 131 /* Define to 1 if the system has the type `struct in6_addr'. */ 129 132 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1 … … 141 144 #define _EVENT_HAVE_SYS_IOCTL_H 1 142 145 146 /* Define to 1 if you have the <sys/param.h> header file. */ 147 #define _EVENT_HAVE_SYS_PARAM_H 1 148 143 149 /* Define to 1 if you have the <sys/queue.h> header file. */ 144 150 #define _EVENT_HAVE_SYS_QUEUE_H 1 … … 174 180 #define _EVENT_HAVE_TIMERISSET 1 175 181 182 /* Define to 1 if the system has the type `uint16_t'. */ 183 #define _EVENT_HAVE_UINT16_T 1 184 185 /* Define to 1 if the system has the type `uint32_t'. */ 186 #define _EVENT_HAVE_UINT32_T 1 187 188 /* Define to 1 if the system has the type `uint64_t'. */ 189 #define _EVENT_HAVE_UINT64_T 1 190 191 /* Define to 1 if the system has the type `uint8_t'. */ 192 #define _EVENT_HAVE_UINT8_T 1 193 176 194 /* Define to 1 if you have the <unistd.h> header file. */ 177 195 #define _EVENT_HAVE_UNISTD_H 1 … … 201 219 #define _EVENT_PACKAGE_VERSION "" 202 220 221 /* The size of `int', as computed by sizeof. */ 222 #define _EVENT_SIZEOF_INT 4 223 224 /* The size of `long', as computed by sizeof. */ 225 #define _EVENT_SIZEOF_LONG 4 226 227 /* The size of `long long', as computed by sizeof. */ 228 #define _EVENT_SIZEOF_LONG_LONG 8 229 230 /* The size of `short', as computed by sizeof. */ 231 #define _EVENT_SIZEOF_SHORT 2 232 203 233 /* Define to 1 if you have the ANSI C header files. */ 204 234 #define _EVENT_STDC_HEADERS 1 … … 208 238 209 239 /* Version number of package */ 210 #define _EVENT_VERSION "1. 3.99-trunk"240 #define _EVENT_VERSION "1.4.1-beta" 211 241 212 242 /* Define to appropriate substitue if compiler doesnt have __func__ */ … … 230 260 /* Define to unsigned int if you dont have it */ 231 261 /* #undef _EVENT_socklen_t */ 232 233 /* Define to `unsigned short' if <sys/types.h> does not define. */234 /* #undef _EVENT_uint16_t */235 236 /* Define to `unsigned int' if <sys/types.h> does not define. */237 /* #undef _EVENT_uint32_t */238 239 /* Define to `unsigned long long' if <sys/types.h> does not define. */240 /* #undef _EVENT_uint64_t */241 242 /* Define to `unsigned char' if <sys/types.h> does not define. */243 /* #undef _EVENT_uint8_t */244 262 #endif
Note: See TracChangeset
for help on using the changeset viewer.