diff options
Diffstat (limited to 'src/include/posix.h')
-rw-r--r-- | src/include/posix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/posix.h b/src/include/posix.h index c71f915a..1b7d5cdc 100644 --- a/src/include/posix.h +++ b/src/include/posix.h @@ -49,7 +49,3 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef O_RDONLY #define O_RDONLY 0 #endif - -#ifndef FILENAME_MAX -#define FILENAME_MAX 1024 /* default */ -#endif |