- Nov 06, 2016
-
-
Ryan Kavanagh authored
-
- Oct 12, 2016
-
-
Gilles Chehade authored
Fix tabs/spaces, build function
-
Gilles Chehade authored
fix assignment discards 'const' qualifier from pointer target type
-
- Oct 08, 2016
-
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
Don't build function in compat if system support it
-
- Sep 28, 2016
-
-
Gilles Chehade authored
Fix warnings
-
- Sep 24, 2016
-
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
Gilles Chehade authored
Fix warnings
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
OpenBSD declare bzero and explicit_bzero in <string.> NetBSD, FreeBSD and Linux declare bzero in <strings.h> When use bzero and HAVE_EXPLICIT_BZERO isn't defined, include <strings.>
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
xmalloc.h declare __xstrdup smtpd/smtpd.h declare xstrdup openbsd-compat/bsd-misc.c include only xmalloc.h
-
Gilles Chehade authored
fix format long int
-
Freddy DISSAUX authored
-
Gilles Chehade authored
add flock.c
-
Freddy DISSAUX authored
-
Gilles Chehade authored
move --with-libs
-
Freddy DISSAUX authored
configure.ac can't find this functions: ... checking for inet_ntoa... no checking for inet_ntop... no ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv Add "--with-libs='-lnsl'" don't fix: ... checking for inet_ntoa... no checking for inet_ntop... no ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv -lnsl Because --with-libs is check too late. Move it before 'AC_SEARCH_LIBS' fix the problem: ... checking for inet_ntoa... yes checking for inet_ntop... yes ... Libraries: -lz -lcrypto -lssl -levent -lasr -lsocket -lfts -lrt -lresolv -lnsl
-
Gilles Chehade authored
fix test usage:
-
Gilles Chehade authored
Dirent d type
-
Freddy DISSAUX authored
- remove extra space before ';' - use '-a' instead ' && test ' - remove useless 'x' when $withval is not empty
-
- Sep 21, 2016
-
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
- Sep 20, 2016
-
-
Gilles Chehade authored
Fix expression
-
- Sep 17, 2016
-
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Generic-Declarations.html#Generic-Declarations "Unlike the other `AC_CHECK_*S' macros, when a symbol is not declared, HAVE_DECL_symbol is defined to `0' instead of leaving HAVE_DECL_symbol undeclared."
-
- Sep 14, 2016
-
-
Gilles Chehade authored
Piddir
-
- Sep 13, 2016
-
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
Freddy DISSAUX authored
-
- Sep 03, 2016
- Sep 02, 2016
- Sep 01, 2016