comparison lib-src/pop.c @ 9592:132798b0352b

Include ../src/config.h.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 07:36:39 +0000
parents 0774e217e8aa
children 7461e7aa4f3c
comparison
equal deleted inserted replaced
9591:0774e217e8aa 9592:132798b0352b
15 GNU General Public License for more details. 15 GNU General Public License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20
21 #define NO_SHORTNAMES /* Tell config not to load remap.h */
22 #include <../src/config.h>
20 23
21 #ifdef MAIL_USE_POP 24 #ifdef MAIL_USE_POP
22 25
23 #include <sys/types.h> 26 #include <sys/types.h>
24 #include <netinet/in.h> 27 #include <netinet/in.h>