OBS User unknown
2009-06-12 14:51:48 +00:00
committed by Git OBS Bridge
parent 8e0f21272f
commit 3a9bda2812
5 changed files with 266 additions and 16 deletions

View File

@@ -59,12 +59,6 @@
/* Define if you want the case-capitalizing operators (~[~]) and the
`capcase' variable attribute (declare -c). */
@@ -98,3 +98,5 @@
name is not found. If you want to name it something other than the
default ("command_not_found_handle"), change it here. */
/* #define NOTFOUND_HOOK "command_not_found_handle" */
+
+#define eaccess(path,mode) access(path,mode)
--- general.h
+++ general.h 2006-03-27 14:15:25.000000000 +0200
@@ -21,10 +21,13 @@