diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 10c15ee682e..49fc4ec990d 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -215,5 +215,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 215 | likes that */ | 215 | likes that */ |
| 216 | #define FILE_SYSTEM_CASE Fdowncase | 216 | #define FILE_SYSTEM_CASE Fdowncase |
| 217 | 217 | ||
| 218 | /* bcopy under djgpp is quite safe */ | ||
| 219 | #define GAP_USE_BCOPY | ||
| 220 | #define BCOPY_UPWARD_SAFE 1 | ||
| 221 | #define BCOPY_DOWNWARD_SAFE 1 | ||
| 222 | |||
| 218 | /* MSDOS doesn't really have this function. */ | 223 | /* MSDOS doesn't really have this function. */ |
| 219 | #define getppid() 1 | 224 | #define getppid() 1 |