Skip to content

Commit

Permalink
New upstream version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aborrero committed Mar 4, 2018
1 parent 66b45dd commit 2cc4fde
Show file tree
Hide file tree
Showing 74 changed files with 9,764 additions and 8,121 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Installation instructions for nftables

--datarootdir=

The base directory for arch-independant files. Defaults to
The base directory for arch-independent files. Defaults to
$prefix/share.

--disable-debug
Expand Down
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src \
include \
doc \
files
doc

EXTRA_DIST = tests
EXTRA_DIST = tests \
files
5 changes: 3 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,11 @@ with_libxtables = @with_libxtables@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src \
include \
doc \
doc

EXTRA_DIST = tests \
files

EXTRA_DIST = tests
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down
45 changes: 0 additions & 45 deletions config.h.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */

/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

Expand All @@ -21,39 +15,9 @@
/* 0 */
#undef HAVE_LIBXTABLES

/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 if you have the <netinet/ip6.h> header file. */
#undef HAVE_NETINET_IP6_H

/* Define to 1 if you have the <netinet/ip.h> header file. */
#undef HAVE_NETINET_IP_H

/* Define to 1 if you have the <netinet/ip_icmp.h> header file. */
#undef HAVE_NETINET_IP_ICMP_H

/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H

/* Define to 1 if you have the <netinet/udp.h> header file. */
#undef HAVE_NETINET_UDP_H

/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

Expand All @@ -78,9 +42,6 @@
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Define to 1 if assertions should be disabled. */
#undef NDEBUG

/* Name of package */
#undef PACKAGE

Expand Down Expand Up @@ -114,9 +75,3 @@
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER

/* Enable various GNU extensions */
#undef _GNU_SOURCE

/* printf-style format macros */
#undef _STDC_FORMAT_MACROS
Loading

0 comments on commit 2cc4fde

Please sign in to comment.