File: have_headers

package info (click to toggle)
nginx 0.7.67-3%2Bsqueeze3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,708 kB
  • ctags: 6,743
  • sloc: ansic: 78,602; sh: 217; perl: 122; makefile: 83; asm: 48; cpp: 17
file content (11 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11

# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END