Hackfut Security File Manager
Current Path:
/usr/share/aclocal
usr
/
share
/
aclocal
/
📁
..
📄
argz.m4
(2.55 KB)
📄
bison-i18n.m4
(1.87 KB)
📄
codeset.m4
(758 B)
📄
fontutil.m4
(13.06 KB)
📄
freetype2.m4
(6.2 KB)
📄
gettext.m4
(14.37 KB)
📄
glibc2.m4
(748 B)
📄
glibc21.m4
(805 B)
📄
gpg-error.m4
(2.46 KB)
📄
iconv.m4
(5.98 KB)
📄
intdiv0.m4
(2.27 KB)
📄
intl.m4
(10.66 KB)
📄
intldir.m4
(910 B)
📄
intlmacosx.m4
(2.36 KB)
📄
intmax.m4
(1.01 KB)
📄
inttypes-pri.m4
(1.1 KB)
📄
inttypes_h.m4
(932 B)
📄
lcmessage.m4
(1.25 KB)
📄
lib-ld.m4
(3.34 KB)
📄
lib-link.m4
(29.04 KB)
📄
lib-prefix.m4
(6.53 KB)
📄
libcurl.m4
(8.98 KB)
📄
libgcrypt.m4
(4.11 KB)
📄
libtool.m4
(253.76 KB)
📄
libxml.m4
(7.7 KB)
📄
libxslt.m4
(7.93 KB)
📄
lock.m4
(12.14 KB)
📄
longlong.m4
(4.04 KB)
📄
ltdl.m4
(25.96 KB)
📄
ltoptions.m4
(11.66 KB)
📄
ltsugar.m4
(4.27 KB)
📄
ltversion.m4
(703 B)
📄
lt~obsolete.m4
(5.57 KB)
📄
mysql.m4
(4.53 KB)
📄
nls.m4
(1.18 KB)
📄
pkg.m4
(5.05 KB)
📄
po.m4
(18.38 KB)
📄
printf-posix.m4
(1.45 KB)
📄
progtest.m4
(2.85 KB)
📄
size_max.m4
(2.59 KB)
📄
stdint_h.m4
(908 B)
📄
uintmax_t.m4
(1.07 KB)
📄
visibility.m4
(2.09 KB)
📄
wchar_t.m4
(726 B)
📄
wint_t.m4
(967 B)
📄
xsize.m4
(421 B)
Editing: intmax.m4
# intmax.m4 serial 3 (gettext-0.16) dnl Copyright (C) 2002-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether the system has the 'intmax_t' type, but don't attempt to dnl find a replacement if it is lacking. AC_DEFUN([gt_TYPE_INTMAX_T], [ AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, [AC_TRY_COMPILE([ #include <stddef.h> #include <stdlib.h> #if HAVE_STDINT_H_WITH_UINTMAX #include <stdint.h> #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include <inttypes.h> #endif ], [intmax_t x = -1; return !x;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)]) if test $gt_cv_c_intmax_t = yes; then AC_DEFINE(HAVE_INTMAX_T, 1, [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.]) fi ])
Upload File
Create Folder