| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _CIFS_MOUNT_H | |
| #define _CIFS_MOUNT_H | |
| #define CIFS_MAX_DOMAINNAME_LEN 256 | |
| #define CIFS_MAX_USERNAME_LEN 256 | |
| #define CIFS_MAX_PASSWORD_LEN 512 | |
| #define CIFS_MAX_SHARE_LEN 256 | |
| #define CIFS_NI_MAXHOST 1024 | |
| #endif |