Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# general
|
||||
ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
|
||||
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
|
||||
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
|
||||
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
|
||||
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
|
||||
ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
|
||||
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
|
||||
ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
|
||||
ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
|
||||
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
|
||||
ac_cv_sizeof_ssize_t=${ac_cv_sizeof_size_t=4}
|
||||
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
|
||||
ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
|
||||
ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
|
||||
ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
|
||||
ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
|
||||
ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
|
||||
ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
|
||||
ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
|
||||
ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
|
||||
ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
|
||||
ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
|
||||
ac_cv_uchar=${ac_cv_uchar=no}
|
||||
ac_cv_uint=${ac_cv_uint=yes}
|
||||
ac_cv_ulong=${ac_cv_ulong=yes}
|
||||
ac_cv_ushort=${ac_cv_ushort=yes}
|
||||
|
||||
# startup-notification
|
||||
lf_cv_sane_realloc=yes
|
||||
|
||||
Reference in New Issue
Block a user