mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
0f09810dd7
This reverts commit9978ad8b72
, reversing changes made toa85369fa1f
.
14 lines
219 B
C
14 lines
219 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#mesondefine URBIT_VERSION
|
|
|
|
#mesondefine U3_OS_linux
|
|
#mesondefine U3_OS_bsd
|
|
#mesondefine U3_OS_osx
|
|
|
|
#mesondefine U3_OS_ENDIAN_little
|
|
#mesondefine U3_OS_ENDIAN_big
|
|
|
|
#endif /*CONFIG_H*/
|