diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-18 07:36:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-18 07:36:39 +0000 |
commit | c9c3d8f6484e136c574c78ccfff27c3775e239d8 (patch) | |
tree | b48f58cbb59396998c8f88dcd09566198581747d /lib-src/pop.c | |
parent | 7a481e50f633f5ffa09722ac2bc6fdec941a8230 (diff) | |
download | emacs-c9c3d8f6484e136c574c78ccfff27c3775e239d8.tar.gz |
Include ../src/config.h.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r-- | lib-src/pop.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h> |