aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@nxc.no>2018-02-01 22:18:58 +0100
committerSergey Poznyakoff <gray@nxc.no>2018-02-01 22:18:58 +0100
commit83919b99e222077a1bb61757403779cc4f456edc (patch)
treec2ffe0d33dae1f0051797fe5bbc9b10ef8f617b0
parent8bba300e4118da5737b2f015028a9ca425e83628 (diff)
downloadvarnish-mib-83919b99e222077a1bb61757403779cc4f456edc.tar.gz
varnish-mib-83919b99e222077a1bb61757403779cc4f456edc.tar.bz2
Minor changes
* bootstrap: Remove generation of m4/varnish_mib.m4 * src/varnish_mib.mib2c: Remove stray comment.
-rwxr-xr-xbootstrap51
-rw-r--r--src/varnish_mib.mib2c1
2 files changed, 0 insertions, 52 deletions
diff --git a/bootstrap b/bootstrap
index 25bc72e..a4a33d4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,53 +24,2 @@ EOT
-print "$0: generating m4/varnish_mib.m4\n";
-open(my $fd, '<', $mib2c_config);
-my $prog;
-while (<$fd>) {
- if (defined($prog)) {
- last if /^\@endperl\@/;
- $prog .= $_;
- } else {
- if (/^\@startperl\@/) {
- $prog = "no strict \"vars\";\n";
- }
- }
-}
-
-my %vars;
-eval $prog;
-die $@ if $@;
-die "$mib2c_config does not declare translation table"
- unless exists $vars{'varnish_translate_table'};
-
-open(my $fd, '>', 'm4/varnish_mib.m4');
-print $fd <<'EOT';
-AC_DEFUN([AC_CHECK_VSC_C_MAIN_MEMBERS],
-[save_CFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS $VARNISHAPI_CFLAGS"
-EOT
-;
-
-foreach my $member (sort
- map { $_->[1] }
- grep { $_->[0] eq 'MAIN' }
- values %{$vars{'varnish_translate_table'}}) {
- print $fd <<EOT
- AC_CHECK_MEMBERS([struct VSC_C_main.$member],,,
-[#include <stddef.h>
-#include <stdlib.h>
-#include <stdint.h>
-#include <limits.h>
-#include <vapi/vsc.h>
-#include <vapi/vsm.h>
-#include <vcli.h>])
-EOT
-;
-}
-print $fd <<'EOT'
-CFLAGS="$save_CFLAGS"
-])
-EOT
-;
-close $fd;
-
print "$0: reconfiguring\n";
diff --git a/src/varnish_mib.mib2c b/src/varnish_mib.mib2c
index 155df42..6915689 100644
--- a/src/varnish_mib.mib2c
+++ b/src/varnish_mib.mib2c
@@ -255,3 +255,2 @@ varnish_get_vsm_data()
@foreach $i scalar@
-/* COMMX $i */
@startperl@

Return to:

Send suggestions and report system problems to the System administrator.