1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 57a093df2a Trivial relicensing of macro-only modules, part 3.
* modules/config-h (License): Change to unlimited.
* modules/host-os (License): Likewise.
* modules/no-c++ (License): Likewise.
* modules/openmp (License): Likewise.
* modules/longlong (License): Change to LGPLv2+.
* modules/va-args (License): Likewise.
2024-08-30 18:08:10 +02:00

22 lines
277 B
Plaintext

Description:
Define HAVE_LONG_LONG_INT if 'long long int' works.
Status:
obsolete
Notice:
This module is obsolete.
Files:
m4/longlong.m4
configure.ac:
AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
License:
LGPLv2+
Maintainer:
Ben Pfaff