Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Pancake2/config.h.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
11 lines (11 sloc)
346 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cmakedefine HAVE_VALGRIND_H | |
#cmakedefine HAVE_UCONTEXT_H | |
#cmakedefine HAVE_EXECINFO_H | |
#cmakedefine HAVE_XLOCALE_H | |
#cmakedefine HAVE_NEWLOCALE | |
#cmakedefine HAVE_USELOCALE | |
#cmakedefine HAVE_FREELOCALE | |
#cmakedefine PANCAKE_DEBUG | |
#cmakedefine PANCAKE_NETWORK_TLS | |
#define PANCAKE_CONFIG_PATH "@PANCAKE_CONFIG_PATH@" | |
#define SIZEOF_LONG @SIZEOF_LONG@ |