Only include ../src/config.h if HAVE_CONFIG_H is
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 1994 22:52:57 +0000 (22:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 1994 22:52:57 +0000 (22:52 +0000)
commit8148baf912290dccd9691e0df509bdf4312c8be6
tree3776bdd994a47583242057ab67bc939bd6b59b3b
parent1a9654a0c30ebaf6c00199c39d87be5bd3eb063a
Only include ../src/config.h if HAVE_CONFIG_H is
defined, and if HAVE_CONFIG_H isn't defined, define
MAIL_USE_POP always (so that this file can be included in
other programs besides emacs).

Only declare h_errno if HAVE_H_ERRNO isn't defined or
HAVE_CONFIG_H isn't defined.

(find_crlf, getline): Instead of using strstr, use a
custom function for finding CRLF.
(my_strstr): Function deleted.
lib-src/pop.c