Commit eaa4fdbe authored by Geoff Simmons's avatar Geoff Simmons

Get the vsl_glob_test to run on SunOS.

fnmatch(3) appears to know FNM_IGNORECASE but not FNM_CASEFOLD.
parent 1cd83dae
......@@ -40,6 +40,10 @@
#include "vdef.h"
#include "vas.h"
#ifndef FNM_CASEFOLD
#define FNM_CASEFOLD FNM_IGNORECASE
#endif
static void
cb(int tag, void *priv)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment