view auto/have @ 4582:a8881886a5f7

Improved readability of the code that produces bitmask from prefix. In collaboration with Maxim Dounin.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 11 Apr 2012 17:18:15 +0000
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