| 1363 | int fd; /* Temporary file descriptor */ |
| 1364 | #ifndef _WIN32 |
| 1365 | struct stat info; /* cupsd.conf file information */ |
| 1366 | #endif /* _WIN32 */ |
| 1367 | http_status_t status; /* Status of getting cupsd.conf */ |
| 1368 | char host[HTTP_MAX_HOST]; /* Hostname for connection */ |