-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BSD dependencies (replace fgetln with getline).
Remove use of deprecated declarations and functions (_BSD_SOURCE, mbedtls_sha1) Fix shoutcast buffer free error
- Loading branch information
Showing
23 changed files
with
52 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([pianod], | ||
174.08-sc, | ||
174.09-sc, | ||
[[email protected]], | ||
,[http://deviousfish.com/pianod]) | ||
AM_INIT_AUTOMAKE([foreign -Wall -Werror]) | ||
|
@@ -108,15 +108,6 @@ AM_CONDITIONAL([ENABLE_SHOUT],[test "x$HAS_SHOUT" = "x1"]) | |
AC_SEARCH_LIBS([crypt],[crypt], [], | ||
[AC_MSG_ERROR([Cannot find required library: crypt (DES password encryption).])]) | ||
|
||
# Fgetln for Football: | ||
# May be in standard libraries, in -lbsd on Linux, or not exist at all. | ||
AC_SEARCH_LIBS([fgetln],[bsd], | ||
[AC_DEFINE([HAVE_FGETLN],[1],[Set to 1 if fgetln is available])]) | ||
AC_SEARCH_LIBS([getprogname],[bsd], | ||
[AC_DEFINE([HAVE_GETPROGNAME],[1],[Set to 1 if getprogname/setprogname is available])]) | ||
|
||
AM_CONDITIONAL([HAVE_FGETLN],[test "$ac_cv_search_fgetln" = 'none required']) | ||
|
||
# IPv6 support | ||
AC_MSG_CHECKING([PF_INET6/IPv6 support]) | ||
AC_TRY_COMPILE([#include <sys/socket.h>], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.