Line breaks and other formatting issues. No functional changes.

This commit is contained in:
Markus Armbruster 2006-05-21 13:05:24 +00:00
parent 281840b604
commit 4c4fdca42b
37 changed files with 119 additions and 117 deletions

View file

@ -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