BPC_CDT_STRING_PTR,
} backuppc_clntdt_t;
-#ifndef MSG_WAITALL
-#define MSG_WAITALL 0
-#endif
-
#ifndef BPC_MAXPATH_LEN
#define BPC_MAXPATH_LEN 4096
#endif
#ifndef O_BINARY
#define O_BINARY 0
#endif
-#ifndef O_LARGEFILE
-#define O_LARGEFILE 0
-#endif
-#ifndef SIGPIPE
-#define SIGPIPE 13
-#endif
#ifndef BPC_MAXUSERNAME_LEN
#define BPC_MAXUSERNAME_LEN 128
#include <errno.h>
#include <stdio.h>
-#ifndef SHUT_RDWR
-#define SHUT_RDWR 2
-#endif
-
/* Do things required for network access. */
static int net_init(void) {
#ifdef _USE_WIN32_