Deleted Added
full compact
config_p.h (145483) config_p.h (150479)
1/* $FreeBSD: head/bin/csh/config_p.h 145483 2005-04-24 19:51:57Z mp $ */
1/* $FreeBSD: head/bin/csh/config_p.h 150479 2005-09-22 18:32:53Z mp $ */
2/*
3 * config.h -- configure various defines for tcsh
4 *
5 * All source files should #include this FIRST.
6 *
7 * Edit this to match your system type.
8 */
9

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

93
94#if defined(__FreeBSD__)
95#define NLS_BUGS
96#define BSD_STYLE_COLORLS
97/* we want to use the system malloc when we install as /bin/csh */
98#define SYSMALLOC
99/* Use LC_MESSAGES locale category to open the message catalog */
100#define MCLoadBySet NL_CAT_LOCALE
2/*
3 * config.h -- configure various defines for tcsh
4 *
5 * All source files should #include this FIRST.
6 *
7 * Edit this to match your system type.
8 */
9

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

93
94#if defined(__FreeBSD__)
95#define NLS_BUGS
96#define BSD_STYLE_COLORLS
97/* we want to use the system malloc when we install as /bin/csh */
98#define SYSMALLOC
99/* Use LC_MESSAGES locale category to open the message catalog */
100#define MCLoadBySet NL_CAT_LOCALE
101#define BUFSIZE 8192
101#endif
102
103#if defined(__bsdi__)
104/*
105 * _PATH_TCSHELL if you've change the installation location (vix)
106 */
107#include <sys/param.h>
108# ifdef _BSDI_VERSION >= 199701

--- 18 unchanged lines hidden ---
102#endif
103
104#if defined(__bsdi__)
105/*
106 * _PATH_TCSHELL if you've change the installation location (vix)
107 */
108#include <sys/param.h>
109# ifdef _BSDI_VERSION >= 199701

--- 18 unchanged lines hidden ---