Annotation of embedaddon/nginx/auto/headers, revision 1.1

1.1     ! misho       1: 
        !             2: # Copyright (C) Igor Sysoev
        !             3: # Copyright (C) Nginx, Inc.
        !             4: 
        !             5: 
        !             6: ngx_include="unistd.h";      . auto/include
        !             7: ngx_include="inttypes.h";    . auto/include
        !             8: ngx_include="limits.h";      . auto/include
        !             9: ngx_include="sys/filio.h";   . auto/include
        !            10: ngx_include="sys/param.h";   . auto/include
        !            11: ngx_include="sys/mount.h";   . auto/include
        !            12: ngx_include="sys/statvfs.h"; . auto/include
        !            13: ngx_include="crypt.h";       . auto/include

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>