diff options
| author | Po Lu | 2024-06-04 15:12:18 +0800 |
|---|---|---|
| committer | Po Lu | 2024-06-04 15:20:06 +0800 |
| commit | c826acd4e1e812453ee71c32748dc3b02df6dd54 (patch) | |
| tree | 4011821f477dc0035a50f267151384d4bb743a8d /config.bat | |
| parent | f69826a63d18782e372753d25d14a35249ef605d (diff) | |
| download | emacs-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.bat | 1 |
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 | |||
| 280 | If Exist byteswap.in.h update byteswap.in.h byteswap.in-h | 280 | If Exist byteswap.in.h update byteswap.in.h byteswap.in-h |
| 281 | If Exist dirent.in.h update dirent.in.h dirent.in-h | 281 | If Exist dirent.in.h update dirent.in.h dirent.in-h |
| 282 | If Exist errno.in.h update errno.in.h errno.in-h | 282 | If Exist errno.in.h update errno.in.h errno.in-h |
| 283 | If Exist endian.in.h update endian.in.h endian.in-h | ||
| 283 | If Exist execinfo.in.h update execinfo.in.h execinfo.in-h | 284 | If Exist execinfo.in.h update execinfo.in.h execinfo.in-h |
| 284 | If Exist fcntl.in.h update fcntl.in.h fcntl.in-h | 285 | If Exist fcntl.in.h update fcntl.in.h fcntl.in-h |
| 285 | If Exist getopt.in.h update getopt.in.h getopt.in-h | 286 | If Exist getopt.in.h update getopt.in.h getopt.in-h |