mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
4ee9629e2b
* b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2. |
||
---|---|---|
.. | ||
.gitignore | ||
b2m.c | ||
ChangeLog | ||
COPYING | ||
cvtmail.c | ||
digest-doc.c | ||
emacsclient.c | ||
emacsserver.c | ||
emacstool.c | ||
env.c | ||
etags-vmslib.c | ||
etags.1 | ||
etags.c | ||
fakemail.c | ||
getopt1.c | ||
getopt.c | ||
getopt.h | ||
grep-changelog | ||
hexl.c | ||
leditcfns.c | ||
make-docfile.c | ||
make-path.c | ||
Makefile.in | ||
makefile.nt | ||
movemail.c | ||
ntlib.c | ||
ntlib.h | ||
pop.c | ||
pop.h | ||
profile.c | ||
rcs2log | ||
rcs-checkin | ||
README | ||
sorted-doc.c | ||
tcp.c | ||
test-distrib.c | ||
testfile | ||
timer.c | ||
vcdiff | ||
wakeup.c | ||
yow.c |
This directory contains the source code for the architecture-dependent files that go in ../arch-lib. At present, these are mostly utility programs used by Emacs.