--- embedaddon/rsync/wildtest.c 2012/02/17 15:09:30 1.1.1.1 +++ embedaddon/rsync/wildtest.c 2021/03/17 00:32:36 1.1.1.4 @@ -1,7 +1,7 @@ /* * Test suite for the wildmatch code. * - * Copyright (C) 2003-2009 Wayne Davison + * Copyright (C) 2003-2019 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ int fnmatch_errors = 0; #endif +int ignore_case = 0; int wildmatch_errors = 0; typedef char bool;