diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/c-ares-1.19.1/buildconf.bat | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-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.bat | 20 |
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 - |