view auto/define @ 4585:3f874d645f45

Mp4: sanity checks cleanup.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 12 Apr 2012 12:18:14 +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