summaryrefslogtreecommitdiff
path: root/modules/at-internal
Commit message (Collapse)AuthorAgeFilesLines
* getrandom: do not depend on ‘open’ on mingwPaul Eggert2020-06-281-1/+2
| | | | | | | | | | | | | Similarly for at-internal, getloadavg. These modules do not call the ‘open’ function when they are compiled on mingw. On mingw, this avoids having to compile open.c when building Emacs, which does its own thing with ‘open’. * modules/at-internal, modules/getloadavg, modules/getrandom: (Depends-on): Don’t depend on ‘open’ on mingw. (Depends-on): Require AC_CANONICAL_HOST, for host_os. * modules/getloadavg (Depends-on): Depend on intprops, open, stdbool, stdlib only if compiling getloadavg.c.
* Prefer lib_SOURCES to unconditional AC_LIBOBJ.Bruno Haible2019-12-221-1/+1
| | | | | | | | * modules/at-internal: Prefer a lib_SOURCES augmentation to an unconditional AC_LIBOBJ. * modules/selinux-at: Likewise. * modules/xmemdup0: Likewise. * modules/xstrtoll: Likewise.
* New modules 'at-internal', 'openat-h', split off from module 'openat'.Bruno Haible2011-11-051-0/+28
* modules/at-internal: New file, extracted from modules/openat. * modules/openat-h: New file.