git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@368
91ce42f0-d328-0410-95d8-
f526ca767f89
#define REPLACE_NEVER 'n'
#define REPLACE_IFOLDER 'o'
-#ifdef __SVR4
-#undef socklen_t
-#define socklen_t int
-#endif
-
#endif /* _BACONFIG_H */
struct in_addr bind_ip; /* address to bind to */
int tlog;
fd_set ready, sockset;
-#ifdef __SVR4
- char turnon = 1;
-#else
int turnon = 1;
-#endif
char *caller;
#ifdef HAVE_LIBWRAP
struct request_info request;
int sockfd;
struct sockaddr_in serv_addr; /* our address */
int tlog;
-#ifdef __SVR4
- char turnon = 1;
-#else
int turnon = 1;
-#endif
/*
* Open a TCP socket
struct sockaddr_in cli_addr; /* client's address */
char *caller, *buf;
BSOCK *bs;
-#ifdef __SVR4
- char turnon = 1;
-#else
int turnon = 1;
-#endif
#ifdef HAVE_LIBWRAP
struct request_info request;
#endif