clean unused autoconfig, fix some comments
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@25 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
79b17a6bb4
commit
293855fc31
|
|
@ -4283,174 +4283,6 @@ fi
|
|||
|
||||
LIBS="$t_oldLibs"
|
||||
|
||||
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for res_init" >&5
|
||||
echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_func_res_init+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
/* Define res_init to an innocuous variant, in case <limits.h> declares res_init.
|
||||
For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
||||
#define res_init innocuous_res_init
|
||||
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char res_init (); below.
|
||||
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
||||
<limits.h> exists even on freestanding compilers. */
|
||||
|
||||
#ifdef __STDC__
|
||||
# include <limits.h>
|
||||
#else
|
||||
# include <assert.h>
|
||||
#endif
|
||||
|
||||
#undef res_init
|
||||
|
||||
/* Override any GCC internal prototype to avoid an error.
|
||||
Use char because int might match the return type of a GCC
|
||||
builtin and then its argument prototype would still apply. */
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
char res_init ();
|
||||
/* The GNU C library defines this for functions which it implements
|
||||
to always fail with ENOSYS. Some functions are actually named
|
||||
something starting with __ and the normal name is an alias. */
|
||||
#if defined __stub_res_init || defined __stub___res_init
|
||||
choke me
|
||||
#endif
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
return res_init ();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext conftest$ac_exeext
|
||||
if { (ac_try="$ac_link"
|
||||
case "(($ac_try" in
|
||||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||
*) ac_try_echo=$ac_try;;
|
||||
esac
|
||||
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||
(eval "$ac_link") 2>conftest.er1
|
||||
ac_status=$?
|
||||
grep -v '^ *+' conftest.er1 >conftest.err
|
||||
rm -f conftest.er1
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); } && {
|
||||
test -z "$ac_c_werror_flag" ||
|
||||
test ! -s conftest.err
|
||||
} && test -s conftest$ac_exeext &&
|
||||
$as_test_x conftest$ac_exeext; then
|
||||
ac_cv_func_res_init=yes
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
ac_cv_func_res_init=no
|
||||
fi
|
||||
|
||||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
fi
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_func_res_init" >&5
|
||||
echo "${ECHO_T}$ac_cv_func_res_init" >&6; }
|
||||
# Can be found without any libs ? Or needs BIND libresolv ?
|
||||
{ echo "$as_me:$LINENO: checking for res_mkquery" >&5
|
||||
echo $ECHO_N "checking for res_mkquery... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_func_res_mkquery+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
/* Define res_mkquery to an innocuous variant, in case <limits.h> declares res_mkquery.
|
||||
For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
||||
#define res_mkquery innocuous_res_mkquery
|
||||
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char res_mkquery (); below.
|
||||
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
||||
<limits.h> exists even on freestanding compilers. */
|
||||
|
||||
#ifdef __STDC__
|
||||
# include <limits.h>
|
||||
#else
|
||||
# include <assert.h>
|
||||
#endif
|
||||
|
||||
#undef res_mkquery
|
||||
|
||||
/* Override any GCC internal prototype to avoid an error.
|
||||
Use char because int might match the return type of a GCC
|
||||
builtin and then its argument prototype would still apply. */
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
char res_mkquery ();
|
||||
/* The GNU C library defines this for functions which it implements
|
||||
to always fail with ENOSYS. Some functions are actually named
|
||||
something starting with __ and the normal name is an alias. */
|
||||
#if defined __stub_res_mkquery || defined __stub___res_mkquery
|
||||
choke me
|
||||
#endif
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
return res_mkquery ();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext conftest$ac_exeext
|
||||
if { (ac_try="$ac_link"
|
||||
case "(($ac_try" in
|
||||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
||||
*) ac_try_echo=$ac_try;;
|
||||
esac
|
||||
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
|
||||
(eval "$ac_link") 2>conftest.er1
|
||||
ac_status=$?
|
||||
grep -v '^ *+' conftest.er1 >conftest.err
|
||||
rm -f conftest.er1
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); } && {
|
||||
test -z "$ac_c_werror_flag" ||
|
||||
test ! -s conftest.err
|
||||
} && test -s conftest$ac_exeext &&
|
||||
$as_test_x conftest$ac_exeext; then
|
||||
ac_cv_func_res_mkquery=yes
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
ac_cv_func_res_mkquery=no
|
||||
fi
|
||||
|
||||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
fi
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_func_res_mkquery" >&5
|
||||
echo "${ECHO_T}$ac_cv_func_res_mkquery" >&6; }
|
||||
|
||||
|
||||
|
||||
LIBS="$LIBS"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -151,12 +151,6 @@ fi
|
|||
|
||||
LIBS="$t_oldLibs"
|
||||
|
||||
|
||||
|
||||
AC_CHECK_FUNC(res_init) # Can be found without any libs ? Or needs BIND libresolv ?
|
||||
AC_CHECK_FUNC(res_mkquery)
|
||||
|
||||
|
||||
AC_SUBST(LIBS,"$LIBS")
|
||||
|
||||
dnl Output files
|
||||
|
|
|
|||
|
|
@ -100,13 +100,12 @@ int parse_aprs_uncompressed(struct pbuf_t *pb, char *body, const char *body_end)
|
|||
|
||||
/* Pre-calculations for A/R/F/M-filter tests */
|
||||
|
||||
pb->lat = filter_lat2rad(lat); /* deg-to-radians */
|
||||
pb->cos_lat = 0.0;
|
||||
/* pb->cos_lat = cosf(pb->lat); /* pre-calc for R/F/M-filters */
|
||||
pb->lat = filter_lat2rad(lat); /* deg-to-radians */
|
||||
pb->cos_lat = 0.0; /* prefill the cache */
|
||||
|
||||
pb->lng = filter_lon2rad(lng); /* deg-to-radians */
|
||||
pb->lng = filter_lon2rad(lng); /* deg-to-radians */
|
||||
|
||||
pb->packettype |= T_POSITION; /* the packet has positional data */
|
||||
pb->packettype |= T_POSITION; /* the packet has positional data */
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ struct pbuf_t {
|
|||
|
||||
float lat; /* if the packet is PT_POSITION, latitude and longitude go here */
|
||||
float lng; /* .. in RADIAN */
|
||||
float cos_lat; /* pre-calculated COS of LATitude for radial distance filter */
|
||||
float cos_lat; /* cache of COS of LATitude for radial distance filter */
|
||||
|
||||
struct sockaddr addr; /* where did we get it from (don't send it back) */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue