Fix the DJGPP build

* msdos/sedlibmk.inp (HAVE_STRTOF, NULLPTR_T_NEEDS_STDDEF):
Define to 1.
This commit is contained in:
Po Lu 2024-05-12 10:13:41 +08:00
parent 99a5c75f3b
commit 47a0fc91df

View file

@ -251,6 +251,7 @@ s/@PACKAGE@/emacs/
/^HAVE_STRPBRK *=/s/@HAVE_STRPBRK@/1/
/^HAVE_STRSEP *=/s/@HAVE_STRSEP@/1/
/^HAVE_STRTOD *=/s/@HAVE_STRTOD@/1/
/^HAVE_STRTOF *=/s/@HAVE_STRTOF@/1/
/^HAVE_STRTOLL *=/s/@HAVE_STRTOLL@/1/
/^HAVE_STRTOULL *=/s/@HAVE_STRTOULL@/1/
/^HAVE_STRUCT_TIMEVAL *=/s/@HAVE_STRUCT_TIMEVAL@/1/
@ -321,6 +322,7 @@ s/@PACKAGE@/emacs/
/^NEXT_TIME_H *=/s/@[^@\n]*@/<time.h>/
/^NEXT_INTTYPES_H *=/s/@[^@\n]*@//
/^NEXT_UNISTD_H *=/s/@[^@\n]*@/<unistd.h>/
/^NULLPTR_T_NEEDS_STDDEF *=/s/@[^@\n]*@/1/
/^OBJEXT *=/s/@[^@\n]*@/o/
/^PRAGMA_COLUMNS *=/s/@[^@\n]*@//
/^PRAGMA_SYSTEM_HEADER *=/s/@[^@\n]*@/\\\#pragma GCC system_header/