aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r--src/os/unix/ngx_freebsd_config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h
index 9fc14b3a9..6a4397999 100644
--- a/src/os/unix/ngx_freebsd_config.h
+++ b/src/os/unix/ngx_freebsd_config.h
@@ -21,11 +21,11 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h> /* TCP_NOPUSH */
-#include <dirent.h>
#include <arpa/inet.h>
-#include <netdb.h>
#include <pwd.h>
#include <grp.h>
+#include <netdb.h>
+#include <dirent.h>
#include <osreldate.h>
@@ -77,6 +77,10 @@
#endif
+/* STUB: autoconf */
+#define ngx_setproctitle setproctitle
+
+
/* STUB */
#define HAVE_LITTLE_ENDIAN 1