Deleted Added
full compact
am_defs.h (38495) am_defs.h (38578)
1/*
2 * Copyright (c) 1997-1998 Erez Zadok
3 * Copyright (c) 1990 Jan-Simon Pendry
4 * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
5 * Copyright (c) 1990 The Regents of the University of California.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to Berkeley by

--- 24 unchanged lines hidden (view full) ---

33 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 * SUCH DAMAGE.
38 *
39 * %W% (Berkeley) %G%
40 *
1/*
2 * Copyright (c) 1997-1998 Erez Zadok
3 * Copyright (c) 1990 Jan-Simon Pendry
4 * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
5 * Copyright (c) 1990 The Regents of the University of California.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to Berkeley by

--- 24 unchanged lines hidden (view full) ---

33 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 * SUCH DAMAGE.
38 *
39 * %W% (Berkeley) %G%
40 *
41 * $Id: am_defs.h,v 1.1 1996/01/13 23:23:39 ezk Exp ezk $
41 * $Id: am_defs.h,v 1.1.1.1 1998/08/23 22:07:20 obrien Exp $
42 *
43 */
44
45/*
46 * Definitions that are not specific to the am-utils package, but
47 * are rather generic, and can be used elsewhere.
48 */
49

--- 745 unchanged lines hidden (view full) ---

795#endif /* HAVE_RPC_PMAP_PROT_H */
796
797
798/*
799 * Actions to take if <rpcsvc/mount.h> exists.
800 * AIX does not protect against this file doubly included,
801 * so I have to do my own protection here.
802 */
42 *
43 */
44
45/*
46 * Definitions that are not specific to the am-utils package, but
47 * are rather generic, and can be used elsewhere.
48 */
49

--- 745 unchanged lines hidden (view full) ---

795#endif /* HAVE_RPC_PMAP_PROT_H */
796
797
798/*
799 * Actions to take if <rpcsvc/mount.h> exists.
800 * AIX does not protect against this file doubly included,
801 * so I have to do my own protection here.
802 */
803#ifdef COMMENT_OUT
803#ifdef HAVE_RPCSVC_MOUNT_H
804# ifndef _RPCSVC_MOUNT_H
805# include <rpcsvc/mount.h>
806# endif /* not _RPCSVC_MOUNT_H */
807#endif /* HAVE_RPCSVC_MOUNT_H */
804#ifdef HAVE_RPCSVC_MOUNT_H
805# ifndef _RPCSVC_MOUNT_H
806# include <rpcsvc/mount.h>
807# endif /* not _RPCSVC_MOUNT_H */
808#endif /* HAVE_RPCSVC_MOUNT_H */
809#endif
810# include "mount.h"
808
809/*
810 * Actions to take if <rpcsvc/nis.h> exists.
811 */
812#ifdef HAVE_RPCSVC_NIS_H
813# include <rpcsvc/nis.h>
814#endif /* HAVE_RPCSVC_NIS_H */
815

--- 505 unchanged lines hidden ---
811
812/*
813 * Actions to take if <rpcsvc/nis.h> exists.
814 */
815#ifdef HAVE_RPCSVC_NIS_H
816# include <rpcsvc/nis.h>
817#endif /* HAVE_RPCSVC_NIS_H */
818

--- 505 unchanged lines hidden ---