commit | 4e44e153c5c78339f17baeabe22f2015cfc8737c | [log] [tgz] |
---|---|---|
author | Charles Davis <cdavis@mymail.mines.edu> | Tue Jan 18 13:09:44 2011 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 28 17:23:57 2011 +0100 |
tree | de399d9dc8fe5d9f26d319d63431165bb5563438 | |
parent | 1c2557787323e4ab8afd5cfd5975bdf0b10e5ab7 [diff] [blame] |
ntdll: Check for case-insensitive volumes.
diff --git a/configure.ac b/configure.ac index 277bd8e..eb7b4a1 100644 --- a/configure.ac +++ b/configure.ac
@@ -456,6 +456,7 @@ strings.h \ stropts.h \ sys/asoundlib.h \ + sys/attr.h \ sys/cdio.h \ sys/elf32.h \ sys/epoll.h \ @@ -1909,6 +1910,7 @@ ftruncate \ futimes \ futimesat \ + getattrlist \ getdirentries \ getopt_long \ getpagesize \