comparison lib-src/hexl.c @ 15903:0a93a0afdd74

Include <config.h>, so DOS_NT is defined on MSDOS.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Aug 1996 08:16:06 +0000
parents 85edb1a5281a
children 653a7898590b
comparison
equal deleted inserted replaced
15902:985270efc514 15903:0a93a0afdd74
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4
1 #include <stdio.h> 5 #include <stdio.h>
2 #include <ctype.h> 6 #include <ctype.h>
3 #ifdef DOS_NT 7 #ifdef DOS_NT
4 #include <fcntl.h> 8 #include <fcntl.h>
5 #if __DJGPP__ >= 2 9 #if __DJGPP__ >= 2