mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Initial checkin
This commit is contained in:
parent
c74712dad9
commit
078564ac9e
3242 changed files with 1616395 additions and 0 deletions
22
BeefySysLib/third_party/sparsehash/config.h.include
vendored
Normal file
22
BeefySysLib/third_party/sparsehash/config.h.include
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
/***
|
||||
*** These are #defines that autoheader puts in config.h.in that we
|
||||
*** want to show up in sparseconfig.h, the minimal config.h file
|
||||
*** #included by all our .h files. The reason we don't take
|
||||
*** everything that autoheader emits is that we have to include a
|
||||
*** config.h in installed header files, and we want to minimize the
|
||||
*** number of #defines we make so as to not pollute the namespace.
|
||||
***/
|
||||
GOOGLE_NAMESPACE
|
||||
HASH_NAMESPACE
|
||||
HASH_FUN_H
|
||||
SPARSEHASH_HASH
|
||||
HAVE_UINT16_T
|
||||
HAVE_U_INT16_T
|
||||
HAVE___UINT16
|
||||
HAVE_LONG_LONG
|
||||
HAVE_SYS_TYPES_H
|
||||
HAVE_STDINT_H
|
||||
HAVE_INTTYPES_H
|
||||
HAVE_MEMCPY
|
||||
_END_GOOGLE_NAMESPACE_
|
||||
_START_GOOGLE_NAMESPACE_
|
Loading…
Add table
Add a link
Reference in a new issue