1*e992f068Schristos /* Copyright (C) 2012-2022 Free Software Foundation, Inc. 275fd0b74Schristos 375fd0b74Schristos This program is free software; you can redistribute it and/or modify 475fd0b74Schristos it under the terms of the GNU General Public License as published by 575fd0b74Schristos the Free Software Foundation; either version 3, or (at your option) 675fd0b74Schristos any later version. 775fd0b74Schristos 875fd0b74Schristos This program is distributed in the hope that it will be useful, 975fd0b74Schristos but WITHOUT ANY WARRANTY; without even the implied warranty of 1075fd0b74Schristos MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1175fd0b74Schristos GNU General Public License for more details. 1275fd0b74Schristos 1375fd0b74Schristos You should have received a copy of the GNU General Public License 1475fd0b74Schristos along with this program; if not, write to the Free Software 1575fd0b74Schristos Foundation, Inc., 51 Franklin Street - Fifth Floor, 1675fd0b74Schristos Boston, MA 02110-1301, USA. */ 1775fd0b74Schristos 1875fd0b74Schristos /* Wrapper source to ensure that config.h is the first header file seen by 1975fd0b74Schristos the compiler. */ 2075fd0b74Schristos 2175fd0b74Schristos #ifdef HAVE_CONFIG_H 2275fd0b74Schristos #include <config.h> 2375fd0b74Schristos #endif 2475fd0b74Schristos 2575fd0b74Schristos #include "syslex.c" 26