void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

powerpc64-linux (1996B)


      1ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
      2ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=8}
      3ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
      4ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
      5ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
      6ac_cv_sizeof_long=${ac_cv_sizeof_long=8}
      7ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=8}
      8ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
      9ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int=8}
     10ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
     11ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
     12ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
     13ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
     14ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
     15ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=8}
     16ac_cv_sizeof_unsigned_long_int=${ac_cv_sizeof_unsigned_long_int=8}
     17ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8}
     18ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
     19ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
     20ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8}
     21
     22if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
     23	ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
     24else
     25	ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16}
     26fi
     27
     28# screen
     29screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
     30screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
     31screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
     32screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
     33screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
     34screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
     35screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
     36screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
     37screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
     38
     39# libpcap
     40ac_cv_linux_vers=${ac_cv_linux_vers=2}
     41
     42# apr
     43apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
     44
     45# cvs
     46cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}