You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
460 B
21 lines
460 B
/* Configuration for codefirst_dockerproxy generated by Alire */
|
|
#ifndef CODEFIRST_DOCKERPROXY_CONFIG_H
|
|
#define CODEFIRST_DOCKERPROXY_CONFIG_H
|
|
|
|
#define CRATE_VERSION "0.1.0-dev"
|
|
#define CRATE_NAME "codefirst_dockerproxy"
|
|
|
|
#define ALIRE_HOST_OS "linux"
|
|
|
|
#define ALIRE_HOST_ARCH "x86_64"
|
|
|
|
#define ALIRE_HOST_DISTRO "ubuntu"
|
|
|
|
#define BUILD_PROFILE_RELEASE 1
|
|
#define BUILD_PROFILE_VALIDATION 2
|
|
#define BUILD_PROFILE_DEVELOPMENT 3
|
|
|
|
#define BUILD_PROFILE 3
|
|
|
|
#endif
|