Chromium Code Reviews| Index: xz/src/common/tuklib_config.h |
| =================================================================== |
| --- xz/src/common/tuklib_config.h (revision 0) |
| +++ xz/src/common/tuklib_config.h (revision 0) |
| @@ -0,0 +1,7 @@ |
| +#ifdef HAVE_CONFIG_H |
| +# include "sysdefs.h" |
| +#else |
| +# include <stddef.h> |
| +# include <inttypes.h> |
| +# include <limits.h> |
| +#endif |
| Property changes on: xz/src/common/tuklib_config.h |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |