From aa56bef823f58a28cb120ca1d9336449d772d46c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:25:34 +0000 Subject: [PATCH] Add defines for _CS_PATH and _PC_VDISABLE. --- sysdeps/generic/confname.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/generic/confname.h b/sysdeps/generic/confname.h index 5b5cf742b61..b60a5809d35 100644 --- a/sysdeps/generic/confname.h +++ b/sysdeps/generic/confname.h @@ -1,5 +1,5 @@ /* `sysconf', `pathconf', and `confstr' NAME values. Generic version. - Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -37,6 +37,7 @@ enum _PC_NO_TRUNC, #define _PC_NO_TRUNC _PC_NO_TRUNC _PC_VDISABLE, +#define _PC_VDISABLE _PC_VDISABLE _PC_SYNC_IO, #define _PC_SYNC_IO _PC_SYNC_IO _PC_ASYNC_IO, @@ -321,5 +322,6 @@ enum enum { _CS_PATH /* The default search path. */ +#define _CS_PATH _CS_PATH }; #endif -- 2.47.2