summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/buildinf-body.h.in
blob: 6b37cf391b764cf31396a59cfdc06b01c75bf9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* file      : libcrypto/buildinf-body.h.in -*- C -*-
 * license   : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
 */

#ifndef LIBCRYPTO_BUILDINF_BODY_H
#define LIBCRYPTO_BUILDINF_BODY_H

#define PLATFORM "platform: $c.target.class$-$c.target.cpu$"

/*
 * Note that the __TIMESTAMP__ macro expands into the local time, but we will
 * pretend it to be UTC to exactly reproduce the upstream's DATE macro. We
 * don't think the exact build time really matters.
 */
#define DATE "built on: " __TIMESTAMP__ " UTC"

/*
 * Compiler class and flags.
 */
static const char compiler_flags[] =
{
  "compiler: $c.class$"$cflags$
};

#endif /* LIBCRYPTO_BUILDINF_BODY_H */