From b78b0a7f09eb2c276cb62645c5f2481f205329a0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Sep 2006 09:28:16 +0000 Subject: remove bs; oops, didn't mean to commit that git-svn-id: https://svn.musicpd.org/mpd/trunk@4738 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- bs/mkconfig_header.sh | 93 --------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100755 bs/mkconfig_header.sh (limited to 'bs/mkconfig_header.sh') diff --git a/bs/mkconfig_header.sh b/bs/mkconfig_header.sh deleted file mode 100755 index 0f3f0d0e3..000000000 --- a/bs/mkconfig_header.sh +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/sh - -# basic package info -p=mpd -v=0.12.0 -b=warren.dukes@gmail.com - -. bs/bs-lib.sh - -cat < t.c < -int main () { char *cs = nl_langinfo(CODESET); return 0; } -EOF -run_cc -test $? -eq 0 && echo '#define HAVE_LANGINFO_CODESET 1' - -# the only feature (non-external library) feature we currently have -if test x$want_ipv6 != xno; then - cat > t.c < -#include -#include -#ifdef PF_INET6 -#ifdef AF_INET6 -AP_maGiC_VALUE -#endif -#endif -EOF - if $CPP t.c 2>&1 | grep AP_maGiC_VALUE >/dev/null 2>&1; then - echo '#define HAVE_IPV6 1' - fi -fi - -rm -f t.o t.c -- cgit v1.2.3