mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
10 lines
305 B
C
10 lines
305 B
C
/* endian.h - Define BIG or LITTLE endian. */
|
|
|
|
/* This file was automatically created by `endian.aux'. You shouldn't
|
|
edit this file, because your changes will be overwritten. Instead,
|
|
edit the source code file `endian.c'. */
|
|
|
|
#if !defined (BIG_ENDIAN)
|
|
# define BIG_ENDIAN
|
|
#endif /* BIG_ENDIAN */
|