comparison src/os/unix/ngx_freebsd_config.h @ 1354:f69d1aab6a0f

make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:24:53 +0000
parents 532d15ddbe68
children 0d57c150115b
comparison
equal deleted inserted replaced
1353:7443fbe0b013 1354:f69d1aab6a0f
100 100
101 #define NGX_HAVE_OS_SPECIFIC_INIT 1 101 #define NGX_HAVE_OS_SPECIFIC_INIT 1
102 102
103 103
104 extern char **environ; 104 extern char **environ;
105 extern char *malloc_options; 105 extern char *malloc_options;
106 106
107 107
108 #endif /* _NGX_FREEBSD_CONFIG_H_INCLUDED_ */ 108 #endif /* _NGX_FREEBSD_CONFIG_H_INCLUDED_ */