ossp-pkg/lmtp2nntp/fixme.h 1.3 -> 1.4
--- fixme.h 2002/01/31 09:03:58 1.3
+++ fixme.h 2002/01/31 10:14:54 1.4
@@ -58,24 +58,30 @@
uid_t option_uid;
int option_daemon;
- /*FIXME replaced by following
+ /*
int option_aclc;
struct acl option_acl[MAXACLS];
- */
- int nacl;
- struct acl *pacl;
+ FIXME replaced by following */
+ int nacl; /* number of acl structures found at pacl */
+ struct acl *pacl; /* pointer to an array of acl structures */
int option_veryverbose;
int option_childsmax;
int active_childs;
l2_env_t *l2_env;
l2_channel_t *l2;
+ /*
sa_addr_t *saaAltio;
sa_t *saAltio;
+ FIXME replaced by following */
+ sa_addr_t *saaServerbind;
+ sa_t *saServerbind;
+
char *cpBindh;
char *cpBindp;
sa_addr_t *saaBind;
sa_t *saBind;
+
sa_addr_t *saaIO;
sa_t *saIO;
int fdIOi;
|
|