*** empty log message ***
This commit is contained in:
parent
effa526b11
commit
ec09cbbadc
@ -102,7 +102,7 @@
|
||||
/* Define to 1 if the system has the type `_Bool'. */
|
||||
#undef HAVE__BOOL
|
||||
|
||||
/* Set the native cpu bit order */
|
||||
/* Set the native cpu bit order (possible values are msb2lsb and lsb2msb) */
|
||||
#undef HOST_FILLORDER
|
||||
|
||||
/* Name of package */
|
||||
@ -148,6 +148,12 @@
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#endif
|
||||
|
||||
/* Define to `long' if <sys/types.h> does not define. */
|
||||
#undef off_t
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user