1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Regenerate.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-29 11:58:32 +00:00
parent 076b29c735
commit e12c24615a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99065

View File

@ -1,6 +1,6 @@
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.ac by autoheader. */
/* $Id: acconfig.h,v 1.138 2002/06/12 16:57:15 mouring Exp $ */
/* $Id: acconfig.h,v 1.141 2002/06/25 22:35:16 tim Exp $ */
/* $FreeBSD$ */
#ifndef _CONFIG_H
@ -234,9 +234,6 @@
/* Define if xauth is found in your path */
#define XAUTH_PATH "/usr/X11R6/bin/xauth"
/* Define if rsh is found in your path */
#define RSH_PATH "/usr/bin/rsh"
/* Define if you want to allow MD5 passwords */
/* #undef HAVE_MD5_PASSWORDS */
@ -364,6 +361,12 @@
/* Path that unprivileged child will chroot() to in privep mode */
/* #undef PRIVSEP_PATH */
/* Define if you have the `mmap' function that supports MAP_ANON|SHARED */
#define HAVE_MMAP_ANON_SHARED 1
/* Define if sendmsg()/recvmsg() has problems passing file descriptors */
/* #undef BROKEN_FD_PASSING */
/* Define if the `getpgrp' function takes no argument. */
#define GETPGRP_VOID 1