From c9c3d8f6484e136c574c78ccfff27c3775e239d8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Oct 1994 07:36:39 +0000 Subject: [PATCH] Include ../src/config.h. --- lib-src/pop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib-src/pop.c b/lib-src/pop.c index 725a9d87cd0..5dd33cf8330 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -18,6 +18,9 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define NO_SHORTNAMES /* Tell config not to load remap.h */ +#include <../src/config.h> + #ifdef MAIL_USE_POP #include -- 2.39.5