Deleted Added
full compact
info.h (62775) info.h (67300)
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 62775 2000-07-07 13:06:32Z sobomax $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 67300 2000-10-18 20:16:26Z des $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

19 * Include and define various things wanted by the info command.
20 *
21 */
22
23#ifndef _INST_INFO_H_INCLUDE
24#define _INST_INFO_H_INCLUDE
25
26#ifndef MAXINDEXSIZE
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

19 * Include and define various things wanted by the info command.
20 *
21 */
22
23#ifndef _INST_INFO_H_INCLUDE
24#define _INST_INFO_H_INCLUDE
25
26#ifndef MAXINDEXSIZE
27#define MAXINDEXSIZE 60
27#define MAXINDEXSIZE 59
28#endif
29
30#ifndef MAXNAMESIZE
31#define MAXNAMESIZE 20
32#endif
33
34#define SHOW_COMMENT 0x0001
35#define SHOW_DESC 0x0002

--- 26 unchanged lines hidden ---
28#endif
29
30#ifndef MAXNAMESIZE
31#define MAXNAMESIZE 20
32#endif
33
34#define SHOW_COMMENT 0x0001
35#define SHOW_DESC 0x0002

--- 26 unchanged lines hidden ---