]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add defines for _CS_PATH and _PC_VDISABLE.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 17:25:34 +0000 (17:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Jan 1998 17:25:34 +0000 (17:25 +0000)
sysdeps/generic/confname.h

index 5b5cf742b615aae32923141a02a72197afeb85fc..b60a5809d354656ab7580c1b62661f75d5003ddf 100644 (file)
@@ -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