X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslurpd%2Fglobals.h;h=2e21cde45c6bb89e3a2200ff2b2bd512fe847d93;hb=65efd6a185e0368bb213db12e5fa6ac82013fac8;hp=46c854e663a3588e096841c1cb8decd469ea6a80;hpb=72ba4cfb715001d30a6e48a2d7012f060f29d684;p=openldap diff --git a/servers/slurpd/globals.h b/servers/slurpd/globals.h index 46c854e663..2e21cde45c 100644 --- a/servers/slurpd/globals.h +++ b/servers/slurpd/globals.h @@ -1,3 +1,8 @@ +/* $OpenLDAP$ */ +/* + * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. @@ -44,6 +49,8 @@ typedef struct globals { char slurpd_replogfile[ MAXPATHLEN ]; /* Non-zero if we were given a replog file to process on command-line */ int one_shot_mode; + /* Non-zero if we should not detach the process */ + int no_detach; /* Name of program */ char *myname; /* Current offset into slurpd replica logfile */ @@ -54,14 +61,10 @@ typedef struct globals { St *st; /* Pointer to replication queue */ Rq *rq; -#ifdef HAVE_KERBEROS +#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND /* Default name of kerberos srvtab file */ char *default_srvtab; -#endif /* HAVE_KERBEROS */ -#if defined( HAVE_LWP ) && !defined( HAVE_THR ) - tl_t *tsl_list; - mon_t tsl_mon; -#endif /* THREAD_SUNOS4_LWP */ +#endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ } Globals;