use !defined instead of !

This commit is contained in:
Love Hornquist Astrand
2009-09-16 16:30:51 -07:00
parent 486ebbb49a
commit dec4371492

View File

@@ -714,7 +714,7 @@ void ROKEN_LIB_FUNCTION setprogname(const char *);
const char * ROKEN_LIB_FUNCTION getprogname(void);
#endif
#if !defined(HAVE_SETPROGNAME) && !defined(HAVE_GETPROGNAME) && !HAVE_DECL___PROGNAME
#if !defined(HAVE_SETPROGNAME) && !defined(HAVE_GETPROGNAME) && !defined(HAVE_DECL___PROGNAME)
extern const char *__progname;
#endif