aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/define
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/auto/define')
-rw-r--r--app/nginx/auto/define12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/nginx/auto/define b/app/nginx/auto/define
deleted file mode 100644
index b5a7622..0000000
--- a/app/nginx/auto/define
+++ /dev/null
@@ -1,12 +0,0 @@
-
-# Copyright (C) Igor Sysoev
-# Copyright (C) Nginx, Inc.
-
-
-cat << END >> $NGX_AUTO_CONFIG_H
-
-#ifndef $have
-#define $have $value
-#endif
-
-END