Skip to content

Commit 291c48e

Browse files
committed
Regen.
1 parent 6497aad commit 291c48e

File tree

5 files changed

+1144
-143
lines changed

5 files changed

+1144
-143
lines changed

Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ host_triplet = @host@
9090
subdir = .
9191
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9292
am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \
93+
$(top_srcdir)/config/ax_pthread.m4 \
9394
$(top_srcdir)/config/iperf_config_static_bin.m4 \
9495
$(top_srcdir)/configure.ac
9596
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -219,6 +220,7 @@ AWK = @AWK@
219220
CC = @CC@
220221
CCDEPMODE = @CCDEPMODE@
221222
CFLAGS = @CFLAGS@
223+
CPP = @CPP@
222224
CPPFLAGS = @CPPFLAGS@
223225
CSCOPE = @CSCOPE@
224226
CTAGS = @CTAGS@
@@ -273,6 +275,10 @@ PACKAGE_URL = @PACKAGE_URL@
273275
PACKAGE_VERSION = @PACKAGE_VERSION@
274276
PATH_SEPARATOR = @PATH_SEPARATOR@
275277
PKG_CONFIG = @PKG_CONFIG@
278+
PTHREAD_CC = @PTHREAD_CC@
279+
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
280+
PTHREAD_CXX = @PTHREAD_CXX@
281+
PTHREAD_LIBS = @PTHREAD_LIBS@
276282
RANLIB = @RANLIB@
277283
SED = @SED@
278284
SET_MAKE = @SET_MAKE@
@@ -291,6 +297,7 @@ am__leading_dot = @am__leading_dot@
291297
am__quote = @am__quote@
292298
am__tar = @am__tar@
293299
am__untar = @am__untar@
300+
ax_pthread_config = @ax_pthread_config@
294301
bindir = @bindir@
295302
build = @build@
296303
build_alias = @build_alias@

0 commit comments

Comments
 (0)