Changeset 599 for trunk/server/source3/include
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- Location:
- trunk/server/source3/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/include/config.h.in
r596 r599 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. */ -
trunk/server/source3/include/local.h
r414 r599 149 149 #define NMBD_INTERFACES_RELOAD (120) 150 150 #define NMBD_UNEXPECTED_TIMEOUT (15) 151 #define SMBD_HOUSEKEEPING_INTERVAL SMBD_SELECT_TIMEOUT 151 152 152 153 /* the following are in milliseconds */ -
trunk/server/source3/include/proto.h
r596 r599 1180 1180 const char *tab_depth(int level, int depth); 1181 1181 int str_checksum(const char *s); 1182 unsigned int jenkins_hash(TDB_DATA *key); 1182 1183 void zero_free(void *p, size_t size); 1183 1184 int set_maxfiles(int requested_max); … … 4080 4081 bool lp_use_spnego(void); 4081 4082 bool lp_client_use_spnego(void); 4083 bool lp_client_use_spnego_principal(void); 4082 4084 bool lp_hostname_lookups(void); 4083 4085 bool lp_change_notify(const struct share_params *p ); … … 4898 4900 bool pcap_cache_loaded(void); 4899 4901 void pcap_cache_replace(const struct pcap_cache *cache); 4900 void pcap_cache_reload(void );4902 void pcap_cache_reload(void (*post_cache_fill_fn)(void)); 4901 4903 bool pcap_printername_ok(const char *printername); 4902 4904 void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, void *), void *); … … 4909 4911 /* The following definitions come from printing/print_cups.c */ 4910 4912 4911 bool cups_cache_reload(void );4913 bool cups_cache_reload(void (*post_cache_fill_fn)(void)); 4912 4914 bool cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer); 4913 4915 … … 6752 6754 bool directory_ace); 6753 6755 NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd); 6756 bool current_user_in_group(gid_t gid); 6754 6757 SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl); 6755 6758 NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info,
Note:
See TracChangeset
for help on using the changeset viewer.