Blame misc/regexp.h

Packit Service 82fcde
/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
Packit Service 82fcde
   This file is part of the GNU C Library.
Packit Service 82fcde
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
Packit Service 82fcde
Packit Service 82fcde
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 82fcde
   modify it under the terms of the GNU Lesser General Public
Packit Service 82fcde
   License as published by the Free Software Foundation; either
Packit Service 82fcde
   version 2.1 of the License, or (at your option) any later version.
Packit Service 82fcde
Packit Service 82fcde
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 82fcde
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 82fcde
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 82fcde
   Lesser General Public License for more details.
Packit Service 82fcde
Packit Service 82fcde
   You should have received a copy of the GNU Lesser General Public
Packit Service 82fcde
   License along with the GNU C Library; if not, see
Packit Service 82fcde
   <http://www.gnu.org/licenses/>.  */
Packit Service 82fcde
Packit Service 82fcde
#ifndef _REGEXP_H
Packit Service 82fcde
#define _REGEXP_H	1
Packit Service 82fcde
Packit Service 82fcde
/* The contents of this header file were originally standardized in
Packit Service 82fcde
   the Single Unix Specification, Issue 3 (1992).  In Issue 4 (1994)
Packit Service 82fcde
   the header was marked as TO BE WITHDRAWN, and new applications
Packit Service 82fcde
   were encouraged to use <regex.h> instead.  It was officially
Packit Service 82fcde
   withdrawn from the standard in Issue 6 (aka POSIX.1-2001).
Packit Service 82fcde
Packit Service 82fcde
   The GNU C Library provided this header through version 2.22. */
Packit Service 82fcde
Packit Service 82fcde
#error "The GNU C Library no longer implements <regexp.h>."
Packit Service 82fcde
#error "Please update your code to use <regex.h> instead (no trailing 'p')."
Packit Service 82fcde
Packit Service 82fcde
#endif /* regexp.h */