view auto/have @ 5242:5776804fff04

SPDY: use proper macros for value length and headers counter. Currently these macros are synonyms, but this may change in the future (in particular, spdy/3 uses 4 bytes for lengths).
author Valentin Bartenev <vbart@nginx.com>
date Wed, 05 Jun 2013 02:13:52 +0400
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END