|
|
@ -15,8 +15,8 @@ |
|
|
|
// Alternate options.h file, used in continuous integration testing to exercise
|
|
|
|
// Alternate options.h file, used in continuous integration testing to exercise
|
|
|
|
// option settings not used by default.
|
|
|
|
// option settings not used by default.
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ABSL_BASE_OPTIONS_H_ |
|
|
|
#ifndef ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_ |
|
|
|
#define ABSL_BASE_OPTIONS_H_ |
|
|
|
#define ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_ |
|
|
|
|
|
|
|
|
|
|
|
#define ABSL_OPTION_USE_STD_ANY 0 |
|
|
|
#define ABSL_OPTION_USE_STD_ANY 0 |
|
|
|
#define ABSL_OPTION_USE_STD_OPTIONAL 0 |
|
|
|
#define ABSL_OPTION_USE_STD_OPTIONAL 0 |
|
|
@ -26,4 +26,4 @@ |
|
|
|
#define ABSL_OPTION_INLINE_NAMESPACE_NAME ns |
|
|
|
#define ABSL_OPTION_INLINE_NAMESPACE_NAME ns |
|
|
|
#define ABSL_OPTION_HARDENED 1 |
|
|
|
#define ABSL_OPTION_HARDENED 1 |
|
|
|
|
|
|
|
|
|
|
|
#endif // ABSL_BASE_OPTIONS_H_
|
|
|
|
#endif // ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_
|
|
|
|