Welcome to mirror list, hosted at ThFree Co, Russian Federation.

buildinf.h « crypto « asm « VC-WIN64A « archs « config « openssl « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4a762c77e93fc480c94fcaacda731e2acfca211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
#define CFLAGS cflags
/*
 * Generate CFLAGS as an array of individual characters. This is a
 * workaround for the situation where CFLAGS gets too long for a C90 string
 * literal
 */
static const char cflags[] = {
    'c','o','m','p','i','l','e','r',':',' ','c','c','\0'
};
#define PLATFORM "platform: "
#define DATE "built on: Tue Aug 14 23:13:42 2018"