setup the HAVE_* defines
authorMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 00:03:13 +0000 (00:03 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 00:03:13 +0000 (00:03 -0000)
e2fsprogs/e2fsbb.h

index ea44f7a1ec971141c92702356ae4f6980975eb1d..f728125adab10a410558a4a4cd64cb6bc852f4b3 100644 (file)
@@ -25,7 +25,6 @@
 typedef long errcode_t;
 #define ERRCODE_RANGE 8
 #define error_message(code) strerror((int) (code & ((1<<ERRCODE_RANGE)-1)))
-#define initialize_ext2_error_table(x)
 
 /* NLS crap */
 #define _(x) x
@@ -37,4 +36,25 @@ typedef long errcode_t;
 #define usage() bb_show_usage()
 #define perror(msg) bb_perror_msg(msg)
 
+/* header defines */
+#define HAVE_ERRNO_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_EXT2_IOCTLS 1
+#define HAVE_STDLIB_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_QUEUE_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_NET_IF_H 1
+#define HAVE_GETOPT_H 1
+#define HAVE_SYS_RESOURCE_H 1
+#define HAVE_SYS_MOUNT_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_LINUX_FD_H 1
+#define HAVE_MNTENT_H 1
+
 #endif /* __E2FSBB_H__ */