]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/include/lxcmntent.h
src: Don't use ifdef/defined for config.h
[mirror_lxc.git] / src / include / lxcmntent.h
index f8954b4510b958474b9a46945ebff6fe2dcdcdf0..93928dd721c1097dd89ad64b4770e94c3828a163 100644 (file)
@@ -39,15 +39,15 @@ __hidden extern struct mntent *getmntent_r(FILE *stream, struct mntent *mp,
                                           char *buffer, int bufsiz);
 #endif
 
-#if !defined(HAVE_SETMNTENT) || IS_BIONIC
+#if !HAVE_SETMNTENT || IS_BIONIC
 __hidden FILE *setmntent(const char *file, const char *mode);
 #endif
 
-#if !defined(HAVE_ENDMNTENT) || IS_BIONIC
+#if !HAVE_ENDMNTENT || IS_BIONIC
 __hidden int endmntent(FILE *stream);
 #endif
 
-#if !defined(HAVE_HASMNTOPT) || IS_BIONIC
+#if !HAVE_HASMNTOPT || IS_BIONIC
 __hidden extern char *hasmntopt(const struct mntent *mnt, const char *opt);
 #endif