diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-30 11:15:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-30 11:15:27 +0000 |
commit | 814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f (patch) | |
tree | f726d8e574253ac0cee8f6aeed7567d0d30ca42b /source3/include | |
parent | 3727e4aaac043c42d1cdb005f99de9feaededb16 (diff) | |
download | samba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.tar.gz samba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.tar.bz2 samba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.zip |
we don't need fnmatch.c any more
(This used to be commit e23f43e7d3d2a068f527baa63a31f7fe4e60e79d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index cdad2b82b3..dc5932b9be 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -18,9 +18,6 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t -/* Define if your system has a working fnmatch function. */ -#undef HAVE_FNMATCH - /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP |