-/* $OpenBSD: csh.h,v 1.19 2014/10/17 06:17:37 deraadt Exp $ */
+/* $OpenBSD: csh.h,v 1.20 2015/01/19 18:20:47 deraadt Exp $ */
/* $NetBSD: csh.h,v 1.9 1995/03/21 09:02:40 cgd Exp $ */
/*-
* BUFSIZ The i/o buffering size; also limits word size
* MAILINTVL How often to mailcheck; more often is more expensive
*/
-#ifndef BUFSIZ
-#define BUFSIZ 1024 /* default buffer size */
-#endif /* BUFSIZ */
#define FORKSLEEP 10 /* delay loop on non-interactive fork failure */
#define MAILINTVL 600 /* 10 minutes */
-/* $OpenBSD: fsck.h,v 1.11 2014/05/22 14:04:41 krw Exp $ */
+/* $OpenBSD: fsck.h,v 1.12 2015/01/19 18:20:47 deraadt Exp $ */
/* $NetBSD: fsck.h,v 1.1 1997/06/11 11:21:47 bouyer Exp $ */
/*
#define MAXBUFSPACE 80*1024 /* maximum space to allocate to buffers */
#define INOBUFSIZE 128*1024 /* size of buffer to read inodes in pass1 */
-#ifndef BUFSIZ
-#define BUFSIZ 1024
-#endif
-
#define USTATE 01 /* inode not allocated */
#define FSTATE 02 /* inode is file */
#define DSTATE 03 /* inode is directory */
-/* $OpenBSD: fsck.h,v 1.30 2014/09/06 04:05:40 guenther Exp $ */
+/* $OpenBSD: fsck.h,v 1.31 2015/01/19 18:20:47 deraadt Exp $ */
/* $NetBSD: fsck.h,v 1.13 1996/10/11 20:15:46 thorpej Exp $ */
/*
(dp)->dp2.field = (val); \
} while (0)
-#ifndef BUFSIZ
-#define BUFSIZ 1024
-#endif
-
/*
* Each inode on the file system is described by the following structure.
* The linkcnt is initially set to the value in the inode. Each time it
-/* $OpenBSD: advcap.c,v 1.14 2013/11/22 15:15:17 deraadt Exp $ */
+/* $OpenBSD: advcap.c,v 1.15 2015/01/19 18:20:47 deraadt Exp $ */
/* $KAME: advcap.c,v 1.9 2002/05/29 14:28:35 itojun Exp $ */
/*
#include "pathnames.h"
#include "log.h"
-#ifndef BUFSIZ
-#define BUFSIZ 1024
-#endif
#define MAXHOP 32 /* max number of tc= indirections */
#define tgetent agetent