commit | ffcc67abf1b214ab38d95ad36c059918ca18a6b5 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Apr 29 20:04:48 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 29 20:04:48 2004 +0000 |
tree | e01b49ac23db88c045ec84b6c8ae2ff8b26becac | |
parent | c749433e26407af549e0620d5be891c23a39d2c3 [diff] [blame] |
Added auto-detection of DOS drive devices based on finding the corresponding mount point in /etc/mtab or /etc/fstab.
diff --git a/configure b/configure index 755829d..0ba7318 100755 --- a/configure +++ b/configure
@@ -16282,6 +16282,7 @@ + for ac_header in \ arpa/inet.h \ arpa/nameser.h \ @@ -16307,6 +16308,7 @@ linux/serial.h \ linux/ucdrom.h \ machine/cpu.h \ + mntent.h \ netdb.h \ netinet/in.h \ netinet/in_systm.h \