2004-11-11 19:49:51 -05:00
|
|
|
/* Failure exit status
|
|
|
|
|
|
2024-10-31 11:27:12 -04:00
|
|
|
Copyright (C) 2002-2003, 2005-2007, 2009-2024 Free Software Foundation, Inc.
|
2004-11-11 19:49:51 -05:00
|
|
|
|
2023-01-31 08:46:01 -05:00
|
|
|
This file is free software: you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU Lesser General Public License as
|
|
|
|
|
published by the Free Software Foundation; either version 2.1 of the
|
|
|
|
|
License, or (at your option) any later version.
|
2004-11-11 19:49:51 -05:00
|
|
|
|
2023-01-31 08:46:01 -05:00
|
|
|
This file is distributed in the hope that it will be useful,
|
2004-11-11 19:49:51 -05:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2023-01-31 08:46:01 -05:00
|
|
|
GNU Lesser General Public License for more details.
|
2004-11-11 19:49:51 -05:00
|
|
|
|
2023-01-31 08:46:01 -05:00
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
2004-11-11 19:49:51 -05:00
|
|
|
|
2007-01-24 17:47:25 -05:00
|
|
|
#include <config.h>
|
2004-11-11 19:49:51 -05:00
|
|
|
|
|
|
|
|
#include "exitfail.h"
|
2008-02-12 06:07:18 -05:00
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
2004-11-11 19:49:51 -05:00
|
|
|
|
|
|
|
|
int volatile exit_failure = EXIT_FAILURE;
|