]> andersk Git - openssh.git/blobdiff - acconfig.h
- Added better test for inline functions compiler support from
[openssh.git] / acconfig.h
index 324f45dbe45002069fe849b63e54c961e0923fa5..6be7bddb2e899fd01fcdb2ff5a04fa2a977a7a10 100644 (file)
@@ -261,14 +261,8 @@ enum
 # define __P(x) x
 #endif
 
-#ifdef __GNUC__
-#  if __GNUC__ < 2
-#    define INLINE inline
-#    define __attribute__(x)
-#  else
-#    define INLINE __inline__
-#  endif /* __GNUC__ < 2 */
+#if defined(__GNUC__) && (__GNUC__ < 2)
+#  define __attribute__(x)
 #else
 #  define __attribute__(x)
-#  define INLINE
-#endif /* __GNUC__ */
+#endif /* defined(__GNUC__) && (__GNUC__ < 2) */
This page took 0.031085 seconds and 4 git commands to generate.