summaryrefslogtreecommitdiff
path: root/src/unix
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-10-11 11:58:00 -0700
committerRussell Belfer <rb@github.com>2012-10-15 12:54:46 -0700
commit824d5e4d260fc740dbe9251008439b9e58db5f19 (patch)
tree03d0c83fbf7f9921c1a41b08c7c3f7c2a426bd17 /src/unix
parent1c3acf148b97c952fcb942a73cda9f891f04f1b5 (diff)
downloadlibgit2-824d5e4d260fc740dbe9251008439b9e58db5f19.tar.gz
Always use internal fnmatch, not system
Diffstat (limited to 'src/unix')
-rw-r--r--src/unix/posix.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h
index 25038c827..bcd800301 100644
--- a/src/unix/posix.h
+++ b/src/unix/posix.h
@@ -7,13 +7,6 @@
#ifndef INCLUDE_posix__w32_h__
#define INCLUDE_posix__w32_h__
-#if !defined(__sun) && !defined(__amigaos4__)
-# include <fnmatch.h>
-# define p_fnmatch(p, s, f) fnmatch(p, s, f)
-#else
-# include "compat/fnmatch.h"
-#endif
-
#include <stdio.h>
#define p_lstat(p,b) lstat(p,b)