aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorPo Lu2024-06-04 15:12:18 +0800
committerPo Lu2024-06-04 15:20:06 +0800
commitc826acd4e1e812453ee71c32748dc3b02df6dd54 (patch)
tree4011821f477dc0035a50f267151384d4bb743a8d /config.bat
parentf69826a63d18782e372753d25d14a35249ef605d (diff)
downloademacs-c826acd4e1e812453ee71c32748dc3b02df6dd54.tar.gz
emacs-c826acd4e1e812453ee71c32748dc3b02df6dd54.zip
Fix the DJGPP build
* config.bat: Update endian.in-h from endian.in.h. * msdos/sedlibmk.inp (HAVE_ENDIAN_H) (NEXT_AS_FIRST_DIRECTIVE_ENDIAN_H, NEXT_ENDIAN_H, ENDIAN_H) (ENDIAN_H_JUST_MISSING_STDINT, GL_GENERATE_ENDIAN_H_CONDITION): Define appropriately for DJGPP.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bat b/config.bat
index 20dbfda5548..36bc5a022f2 100644
--- a/config.bat
+++ b/config.bat
@@ -280,6 +280,7 @@ If Exist assert.in.h update assert.in.h assert.in-h
280If Exist byteswap.in.h update byteswap.in.h byteswap.in-h 280If Exist byteswap.in.h update byteswap.in.h byteswap.in-h
281If Exist dirent.in.h update dirent.in.h dirent.in-h 281If Exist dirent.in.h update dirent.in.h dirent.in-h
282If Exist errno.in.h update errno.in.h errno.in-h 282If Exist errno.in.h update errno.in.h errno.in-h
283If Exist endian.in.h update endian.in.h endian.in-h
283If Exist execinfo.in.h update execinfo.in.h execinfo.in-h 284If Exist execinfo.in.h update execinfo.in.h execinfo.in-h
284If Exist fcntl.in.h update fcntl.in.h fcntl.in-h 285If Exist fcntl.in.h update fcntl.in.h fcntl.in-h
285If Exist getopt.in.h update getopt.in.h getopt.in-h 286If Exist getopt.in.h update getopt.in.h getopt.in-h