updated to new ext2fs.h test
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 26 Jan 2004 18:22:00 +0000 (18:22 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 26 Jan 2004 18:22:00 +0000 (18:22 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@714 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/ext2fs.h

index 6213185..1102310 100644 (file)
@@ -19,9 +19,9 @@
 #ifndef H_UTIL_VSERVER_SRC_EXT2FS_H
 #define H_UTIL_VSERVER_SRC_EXT2FS_H
 
-#ifdef HAVE_EXT2FS_EXT2FS_H
-#  include <ext2fs/ext2fs.h>
-#elif defined(HAVE_LINUX_EXT2_FS_H)
+#ifdef ENSC_HAVE_EXT2FS_EXT2_FS_H
+#  include <ext2fs/ext2_fs.h>
+#elif defined(ENSC_HAVE_LINUX_EXT2_FS_H)
 #  include <linux/ext2_fs.h>
 #else
 #  error Do not know how to include <ext2_fs.h>