Blame src/terminal-pcre2.h

Packit d370c2
/*
Packit d370c2
 * Copyright © 2015 Christian Persch
Packit d370c2
 *
Packit d370c2
 * This library is free software; you can redistribute it and/or
Packit d370c2
 * modify it under the terms of the GNU Lesser General Public
Packit d370c2
 * License as published by the Free Software Foundation; either
Packit d370c2
 * version 2.1 of the License, or (at your option) any later version.
Packit d370c2
 *
Packit d370c2
 * This library is distributed in the hope that it will be useful,
Packit d370c2
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit d370c2
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit d370c2
 * Lesser General Public License for more details.
Packit d370c2
 *
Packit d370c2
 * You should have received a copy of the GNU General Public License
Packit d370c2
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit d370c2
 */
Packit d370c2
Packit d370c2
#pragma once
Packit d370c2
Packit d370c2
#ifdef __VTE_VTE_H__
Packit d370c2
#error "Must include terminal-pcre2.h before vte/vte.h"
Packit d370c2
#endif
Packit d370c2
Packit d370c2
#define PCRE2_CODE_UNIT_WIDTH 0
Packit d370c2
#include <pcre2.h>