Commit graph

8 commits

Author SHA1 Message Date
Gerd Moellmann b05d3bee50 *** empty log message *** 1999-11-13 23:42:59 +00:00
Gerd Moellmann cb3a6c483b *** empty log message *** 1999-11-03 13:47:00 +00:00
Francesco Potortì 1c4784614e *** empty log message *** 1999-11-01 02:47:08 +00:00
Paul Eggert 4ee9629e2b Add support for large files. Merge glibc 2.1.2.
* 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.
1999-10-19 07:17:20 +00:00
Dave Love 93c8d183ee (pop.o): Depend on config.h. 1999-10-15 15:48:53 +00:00
Gerd Moellmann b358f91c16 Use "pop3" as the POP service name on all platforms,
instead of using "pop" on Unix and "pop3" on Windows NT.  "pop3"
has been the standard service name since RFC 1340 was published in
July 1992, so I think it's safe to start using it by default.
1999-10-10 23:09:04 +00:00
Phillip Rulon 74e4cb59f4 *** empty log message *** 1999-10-08 02:46:19 +00:00
Dave Love 362bc2da50 # 1999-10-03 20:46:34 +00:00