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: wint_t.m4
# wint_t.m4 serial 2 (gettext-0.17) dnl Copyright (C) 2003, 2007 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 <wchar.h> has the 'wint_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WINT_T], [ AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t, [AC_TRY_COMPILE([ /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before <wchar.h>. BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included before <wchar.h>. */ #include <stddef.h> #include <stdio.h> #include <time.h> #include <wchar.h> wint_t foo = (wchar_t)'\0';], , gt_cv_c_wint_t=yes, gt_cv_c_wint_t=no)]) if test $gt_cv_c_wint_t = yes; then AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.]) fi ])
Upload File
Create Folder