summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/c-ares-1.19.1/buildconf.bat
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/c-ares-1.19.1/buildconf.bat
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/c-ares-1.19.1/buildconf.bat')
-rw-r--r--fluent-bit/lib/c-ares-1.19.1/buildconf.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/fluent-bit/lib/c-ares-1.19.1/buildconf.bat b/fluent-bit/lib/c-ares-1.19.1/buildconf.bat
deleted file mode 100644
index dcee45239..000000000
--- a/fluent-bit/lib/c-ares-1.19.1/buildconf.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-REM
-REM
-REM This batch file must be used to set up a git tree to build on
-REM systems where there is no autotools support (i.e. Microsoft).
-REM
-REM This file is not included nor needed for c-ares' release
-REM archives, neither for c-ares' daily snapshot archives.
-
-if exist GIT-INFO goto start_doing
-ECHO ERROR: This file shall only be used with a c-ares git checkout.
-goto end_all
-:start_doing
-
-if not exist include\ares_build.h.dist goto end_ares_build_h
-copy /Y include\ares_build.h.dist include\ares_build.h
-:end_ares_build_h
-
-:end_all
-