Blame crypto/conf/conf_def.h

Packit Service 084de1
/*
Packit Service 084de1
 * WARNING: do not edit!
Packit Service 084de1
 * Generated by crypto/conf/keysets.pl
Packit Service 084de1
 *
Packit Service 084de1
 * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
Packit Service 084de1
 * Licensed under the OpenSSL license (the "License").  You may not use
Packit Service 084de1
 * this file except in compliance with the License.  You can obtain a copy
Packit Service 084de1
 * in the file LICENSE in the source distribution or at
Packit Service 084de1
 * https://www.openssl.org/source/license.html
Packit Service 084de1
 */
Packit Service 084de1
Packit Service 084de1
#define CONF_NUMBER       1
Packit Service 084de1
#define CONF_UPPER        2
Packit Service 084de1
#define CONF_LOWER        4
Packit Service 084de1
#define CONF_UNDER        256
Packit Service 084de1
#define CONF_PUNCT        512
Packit Service 084de1
#define CONF_WS           16
Packit Service 084de1
#define CONF_ESC          32
Packit Service 084de1
#define CONF_QUOTE        64
Packit Service 084de1
#define CONF_DQUOTE       1024
Packit Service 084de1
#define CONF_COMMENT      128
Packit Service 084de1
#define CONF_FCOMMENT     2048
Packit Service 084de1
#define CONF_EOF          8
Packit Service 084de1
#define CONF_ALPHA        (CONF_UPPER|CONF_LOWER)
Packit Service 084de1
#define CONF_ALNUM        (CONF_ALPHA|CONF_NUMBER|CONF_UNDER)
Packit Service 084de1
#define CONF_ALNUM_PUNCT  (CONF_ALPHA|CONF_NUMBER|CONF_UNDER|CONF_PUNCT)
Packit Service 084de1
Packit Service 084de1
Packit Service 084de1
#define IS_COMMENT(conf,c)     is_keytype(conf, c, CONF_COMMENT)
Packit Service 084de1
#define IS_FCOMMENT(conf,c)    is_keytype(conf, c, CONF_FCOMMENT)
Packit Service 084de1
#define IS_EOF(conf,c)         is_keytype(conf, c, CONF_EOF)
Packit Service 084de1
#define IS_ESC(conf,c)         is_keytype(conf, c, CONF_ESC)
Packit Service 084de1
#define IS_NUMBER(conf,c)      is_keytype(conf, c, CONF_NUMBER)
Packit Service 084de1
#define IS_WS(conf,c)          is_keytype(conf, c, CONF_WS)
Packit Service 084de1
#define IS_ALNUM(conf,c)       is_keytype(conf, c, CONF_ALNUM)
Packit Service 084de1
#define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT)
Packit Service 084de1
#define IS_QUOTE(conf,c)       is_keytype(conf, c, CONF_QUOTE)
Packit Service 084de1
#define IS_DQUOTE(conf,c)      is_keytype(conf, c, CONF_DQUOTE)
Packit Service 084de1
Packit Service 084de1
static const unsigned short CONF_type_default[128] = {
Packit Service 084de1
    0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0010, 0x0010, 0x0000, 0x0000, 0x0010, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0010, 0x0200, 0x0040, 0x0080, 0x0000, 0x0200, 0x0200, 0x0040,
Packit Service 084de1
    0x0000, 0x0000, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200,
Packit Service 084de1
    0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
Packit Service 084de1
    0x0001, 0x0001, 0x0000, 0x0200, 0x0000, 0x0000, 0x0000, 0x0200,
Packit Service 084de1
    0x0200, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0000, 0x0020, 0x0000, 0x0200, 0x0100,
Packit Service 084de1
    0x0040, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
Packit Service 084de1
};
Packit Service 084de1
Packit Service 084de1
static const unsigned short CONF_type_win32[128] = {
Packit Service 084de1
    0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0010, 0x0010, 0x0000, 0x0000, 0x0010, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
Packit Service 084de1
    0x0010, 0x0200, 0x0400, 0x0000, 0x0000, 0x0200, 0x0200, 0x0000,
Packit Service 084de1
    0x0000, 0x0000, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200, 0x0200,
Packit Service 084de1
    0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
Packit Service 084de1
    0x0001, 0x0001, 0x0000, 0x0A00, 0x0000, 0x0000, 0x0000, 0x0200,
Packit Service 084de1
    0x0200, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002, 0x0002,
Packit Service 084de1
    0x0002, 0x0002, 0x0002, 0x0000, 0x0000, 0x0000, 0x0200, 0x0100,
Packit Service 084de1
    0x0000, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
Packit Service 084de1
    0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
Packit Service 084de1
};