PR: 6742
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86745
13f79535-47bb-0310-9956-
ffa450edef68
* the benefit for small files. It shouldn't be set lower than 1.
*/
#ifndef MMAP_THRESHOLD
- #ifdef SUNOS4
- #define MMAP_THRESHOLD (8*1024)
- #else
- #define MMAP_THRESHOLD 1
- #endif /* SUNOS4 */
+# ifdef SUNOS4
+# define MMAP_THRESHOLD (8*1024)
+# else
+# define MMAP_THRESHOLD 1
+# endif /* SUNOS4 */
#endif /* MMAP_THRESHOLD */
#ifndef MMAP_LIMIT
#define MMAP_LIMIT (4*1024*1024)
}
int os_check_server(char *server) {
- #ifndef USE_TPF_DAEMON
+#ifndef USE_TPF_DAEMON
int rv;
int *current_acn;
if((rv = inetd_getServerStatus(server)) == INETD_SERVER_STATUS_INACTIVE)
if(ecbp2()->ce2acn != *current_acn)
return 1;
}
- #endif
+#endif
return 0;
}
#include "apr_md5.h"
#ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
+#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SIGNAL_H