mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 04:48:46 +00:00
31bb727f3b
Update `ustd.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_rhash.h` header to include the CMake-provided copy of the `rhash.h` header from CMake sources.
9 lines
234 B
C
9 lines
234 B
C
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
file Copyright.txt or https://cmake.org/licensing for details. */
|
|
#ifndef cm_rhash_h
|
|
#define cm_rhash_h
|
|
|
|
#include <cmlibrhash/librhash/rhash.h>
|
|
|
|
#endif
|