1
0
Fork 0

FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES

This commit is contained in:
curt 2001-03-23 21:15:17 +00:00
parent bafe3c969f
commit 17ca0ad2ea
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
// #ifdef HAVE_SYS_STAT_H
// # include <sys/stat.h> // stat()
// #endif
// #ifdef FG_HAVE_STD_INCLUDES
// #ifdef SG_HAVE_STD_INCLUDES
// # include <cerrno>
// #else
// # include <errno.h>

View file

@ -37,7 +37,7 @@
# include <sys/stat.h> // stat()
#endif
#ifdef FG_HAVE_STD_INCLUDES
#ifdef SG_HAVE_STD_INCLUDES
# include <cerrno>
#else
# include <errno.h>