From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:25:34 +0000 (+0000) Subject: Add defines for _CS_PATH and _PC_VDISABLE. X-Git-Tag: cvs/before-sparc-2_0_x-branch~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa56bef823f58a28cb120ca1d9336449d772d46c;p=thirdparty%2Fglibc.git Add defines for _CS_PATH and _PC_VDISABLE. --- 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