view auto/nohave @ 4889:a50ed82f19e4

Removed conditional compilation from waitpid() error test. There are reports that call to a signal handler for an exited process despite waitpid() already called for the process may happen on Linux as well.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Oct 2012 14:48:33 +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  0
#endif

END