view auto/define @ 6072:f737e406aa68

Core: guard against spinlock usage without atomic ops. The new thread pools code uses spinlocks.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Mar 2015 14:15:06 +0300
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  $value
#endif

END