Changes in lib/ftutil.h [2e8523b:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ftutil.h
r2e8523b r5ebff60 26 26 #endif 27 27 28 /* Some ifdefs for ulibc and apparently also BSD (Thanks to Whoopie) */ 29 #ifndef HOST_NAME_MAX 30 #include <sys/param.h> 31 #ifdef MAXHOSTNAMELEN 32 #define HOST_NAME_MAX MAXHOSTNAMELEN 33 #else 34 #define HOST_NAME_MAX 255 35 #endif 36 #endif 37 28 38 /* This function should be used with care. host should be AT LEAST a 29 char[ NI_MAXHOST+1] and port AT LEAST a char[6]. */39 char[HOST_NAME_MAX+1] and port AT LEAST a char[6]. */ 30 40 int ft_listen(struct sockaddr_storage *saddr_ptr, char *host, char *port, int copy_fd, int for_bitlbee_client, 31 41 char **errptr);
Note: See TracChangeset
for help on using the changeset viewer.