Changeset 597 for vendor/current/source3/include/config.h.in
- Timestamp:
- Jul 2, 2011, 4:01:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/config.h.in
r594 r597 765 765 #undef HAVE_GETGROUPLIST 766 766 767 /* Define to 1 if you have the `getgrset' function. */ 768 #undef HAVE_GETGRSET 769 767 770 /* Whether the system has gethostbyname() */ 768 771 #undef HAVE_GETHOSTBYNAME … … 2229 2232 #undef HAVE_STRUCT_IFADDRS 2230 2233 2231 /* Define to 1 if `method_attrlist' is member of `struct secmethod_table'. */ 2234 /* Define to 1 if `method_attrlist' is a member of `struct secmethod_table'. 2235 */ 2232 2236 #undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_ATTRLIST 2233 2237 2234 /* Define to 1 if `method_version' is member of `struct secmethod_table'. */2238 /* Define to 1 if `method_version' is a member of `struct secmethod_table'. */ 2235 2239 #undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION 2236 2240 … … 2238 2242 #undef HAVE_STRUCT_SIGEVENT 2239 2243 2240 /* Define to 1 if `sigev_value.sigval_ptr' is member of `struct sigevent'. */ 2244 /* Define to 1 if `sigev_value.sigval_ptr' is a member of `struct sigevent'. 2245 */ 2241 2246 #undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR 2242 2247 2243 /* Define to 1 if `sigev_value.sival_ptr' is member of `struct sigevent'. */2248 /* Define to 1 if `sigev_value.sival_ptr' is a member of `struct sigevent'. */ 2244 2249 #undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR 2245 2250 … … 2250 2255 #undef HAVE_STRUCT_SOCKADDR_IN6 2251 2256 2252 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */2257 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ 2253 2258 #undef HAVE_STRUCT_SOCKADDR_SA_LEN 2254 2259 … … 2256 2261 #undef HAVE_STRUCT_SOCKADDR_STORAGE 2257 2262 2258 /* Define to 1 if `st_birthtime' is member of `struct stat'. */2263 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */ 2259 2264 #undef HAVE_STRUCT_STAT_ST_BIRTHTIME 2260 2265 2261 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */2266 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */ 2262 2267 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 2263 2268 2264 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */2269 /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */ 2265 2270 #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 2266 2271 2267 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */2272 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */ 2268 2273 #undef HAVE_STRUCT_STAT_ST_MTIMENSEC 2269 2274 2270 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */2275 /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */ 2271 2276 #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 2272 2277 2273 /* Define to 1 if `st_mtime_n' is member of `struct stat'. */2278 /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */ 2274 2279 #undef HAVE_STRUCT_STAT_ST_MTIME_N 2275 2280 2276 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */2281 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */ 2277 2282 #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 2278 2283 2279 /* Define to 1 if `st_rdev' is member of `struct stat'. */2284 /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 2280 2285 #undef HAVE_STRUCT_STAT_ST_RDEV 2281 2286 2282 /* Define to 1 if `st_umtime' is member of `struct stat'. */2287 /* Define to 1 if `st_umtime' is a member of `struct stat'. */ 2283 2288 #undef HAVE_STRUCT_STAT_ST_UMTIME 2284 2289 … … 3032 3037 /* Define to the one symbol short name of this package. */ 3033 3038 #undef PACKAGE_TARNAME 3039 3040 /* Define to the home page for this package. */ 3041 #undef PACKAGE_URL 3034 3042 3035 3043 /* Define to the version of this package. */
Note:
See TracChangeset
for help on using the changeset viewer.