From c02473048cee372cb8644e1f2d566431781074d2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 27 Jun 2004 18:01:57 +0000 Subject: nginx-0.0.7-2004-06-27-22:01:57 import --- src/os/unix/ngx_freebsd_config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/os/unix/ngx_freebsd_config.h') diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 570eee89b..67f5fb3ed 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -108,14 +108,9 @@ pid_t rfork_thread(int flags, void *stack, int (*func)(void *arg), void *arg); #endif -/* STUB: autoconf */ #define ngx_setproctitle setproctitle -/* STUB */ -#define HAVE_LITTLE_ENDIAN 1 - - extern char *malloc_options; -- cgit