[CentOS] compile question on CentOS 7

Mon Mar 18 01:23:23 UTC 2019
Jerry Geis <jerry.geis at gmail.com>

I am trying to use the fnmatch() function in a C program and pass as the
3rd arg (options) of case insensitive search...

When I use the value FNM_CASEFOLD it does not work...

I'm confused on what to send to fnmatch() to do a case insensitive search.

Any pointers ? Thanks.

Jerry