mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
14 lines
507 B
C
14 lines
507 B
C
|
/* The header file derived from this file is installed in a target and
|
||
|
compiler version specific directory. Do not add definitions which
|
||
|
are intended to be different for different multilibs, as we do not
|
||
|
currently have a mechanism to support this.
|
||
|
|
||
|
Also be sure to use safely named macros, as this file will be
|
||
|
included in user code. */
|
||
|
|
||
|
/* Define if hash synchronization is in use. */
|
||
|
#undef JV_HASH_SYNCHRONIZATION
|
||
|
|
||
|
/* Define if <inttypes.h> is available. */
|
||
|
#undef JV_HAVE_INTTYPES_H
|