File: have

package info (click to toggle)
nginx 1.28.2-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,972 kB
  • sloc: ansic: 169,643; sh: 819; perl: 439; python: 240; makefile: 130; cpp: 19
file content (12 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12

# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END