view auto/define @ 4704:642755ee3fab

Added code to look up Google perftools in /opt/local/, for MacPorts.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Jun 2012 08:15:40 +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  $value
#endif

END