Blame src/terminal-pcre2.h

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