1
0
mirror of https://github.com/nginx/nginx.git synced 2024-12-15 05:09:06 +08:00
nginx/auto/nohave

12 lines
108 B
Plaintext
Raw Normal View History

2004-03-30 14:27:36 +08:00
# Copyright (C) Igor Sysoev
2004-03-30 14:27:36 +08:00
cat << END >> $NGX_AUTO_CONFIG_H
#ifndef $have
#define $have 0
#endif
END