Deleted Added
full compact
bsd4.4 (69408) bsd4.4 (83098)
1/*
2 * config.h -- configure various defines for tcsh
3 *
4 * All source files should #include this FIRST.
5 *
6 * Edit this to match your system type.
7 */
8

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

117/****************** local defines *********************/
118/****************** configurable hacks ****************/
119
120/* have been moved to config_f.h */
121#include "config_f.h"
122
123#if defined(__FreeBSD__)
124#define NLS_BUGS
1/*
2 * config.h -- configure various defines for tcsh
3 *
4 * All source files should #include this FIRST.
5 *
6 * Edit this to match your system type.
7 */
8

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

117/****************** local defines *********************/
118/****************** configurable hacks ****************/
119
120/* have been moved to config_f.h */
121#include "config_f.h"
122
123#if defined(__FreeBSD__)
124#define NLS_BUGS
125#define BSD_STYLE_COLORLS
125#endif
126
127#if defined(__bsdi__)
128/*
129 * _PATH_TCSHELL if you've change the installation location (vix)
130 */
131# ifdef _BSDI_VERSION >= 199701
132# define _PATH_TCSHELL "/bin/tcsh"

--- 17 unchanged lines hidden ---
126#endif
127
128#if defined(__bsdi__)
129/*
130 * _PATH_TCSHELL if you've change the installation location (vix)
131 */
132# ifdef _BSDI_VERSION >= 199701
133# define _PATH_TCSHELL "/bin/tcsh"

--- 17 unchanged lines hidden ---