Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -78,9 +78,11 @@ struct mob_acc_globals {
|
|||
#define ATTRIBUTE(attrs)
|
||||
#endif
|
||||
|
||||
/* This uses a lot of thread stack with some versions of GNU libc,
|
||||
which can lead to nasty heap smashes (observed with 2.2.93).
|
||||
Disabled for now, until we readjust thread stack sizes. */
|
||||
/*
|
||||
* This uses a lot of thread stack with some versions of GNU libc,
|
||||
* which can lead to nasty heap smashes (observed with 2.2.93).
|
||||
* Disabled for now, until we readjust thread stack sizes.
|
||||
*/
|
||||
#if 0
|
||||
#define RESOLVE_IPADDRESS /* resolve ip addresses into hostnames */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue