Deleted Added
full compact
config.h (145887) config.h (155835)
1/* $FreeBSD: head/bin/csh/config.h 145887 2005-05-04 20:21:57Z mp $ */
1/* $FreeBSD: head/bin/csh/config.h 155835 2006-02-19 06:40:29Z ume $ */
2/* config.h. Generated by configure. */
3/* config.h.in. Generated from configure.in by autoheader. */
4
5/* Define to the type of elements in the array set by `getgroups'. Usually
6 this is either `int' or `gid_t'. */
7#define GETGROUPS_T gid_t
8
9/* Define to 1 if the `getpgrp' function requires zero arguments. */

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

200/* #undef uid_t */
201
202/* Define to empty if the keyword `volatile' does not work. Warning: valid
203 code using `volatile' can become incorrect without. Disable with care. */
204/* #undef volatile */
205
206#include "config_p.h"
207#include "config_f.h"
2/* config.h. Generated by configure. */
3/* config.h.in. Generated from configure.in by autoheader. */
4
5/* Define to the type of elements in the array set by `getgroups'. Usually
6 this is either `int' or `gid_t'. */
7#define GETGROUPS_T gid_t
8
9/* Define to 1 if the `getpgrp' function requires zero arguments. */

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

200/* #undef uid_t */
201
202/* Define to empty if the keyword `volatile' does not work. Warning: valid
203 code using `volatile' can become incorrect without. Disable with care. */
204/* #undef volatile */
205
206#include "config_p.h"
207#include "config_f.h"
208
209#ifndef NO_NLS_CATALOGS
210#define NLS_CATALOGS
211#endif