diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-11 00:03:13 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-11 00:03:13 +0000 |
commit | eb6a5fd3274092fa918cca43472c53c6f2ee46b5 (patch) | |
tree | f7761ea63fa04223a893311587cbd7e574dce522 | |
parent | 2735cfa7eddb8e4638386f95095e2fc010bf343e (diff) | |
download | busybox-w32-eb6a5fd3274092fa918cca43472c53c6f2ee46b5.tar.gz busybox-w32-eb6a5fd3274092fa918cca43472c53c6f2ee46b5.tar.bz2 busybox-w32-eb6a5fd3274092fa918cca43472c53c6f2ee46b5.zip |
setup the HAVE_* defines
git-svn-id: svn://busybox.net/trunk/busybox@10508 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | e2fsprogs/e2fsbb.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/e2fsprogs/e2fsbb.h b/e2fsprogs/e2fsbb.h index ea44f7a1e..f728125ad 100644 --- a/e2fsprogs/e2fsbb.h +++ b/e2fsprogs/e2fsbb.h | |||
@@ -25,7 +25,6 @@ | |||
25 | typedef long errcode_t; | 25 | typedef long errcode_t; |
26 | #define ERRCODE_RANGE 8 | 26 | #define ERRCODE_RANGE 8 |
27 | #define error_message(code) strerror((int) (code & ((1<<ERRCODE_RANGE)-1))) | 27 | #define error_message(code) strerror((int) (code & ((1<<ERRCODE_RANGE)-1))) |
28 | #define initialize_ext2_error_table(x) | ||
29 | 28 | ||
30 | /* NLS crap */ | 29 | /* NLS crap */ |
31 | #define _(x) x | 30 | #define _(x) x |
@@ -37,4 +36,25 @@ typedef long errcode_t; | |||
37 | #define usage() bb_show_usage() | 36 | #define usage() bb_show_usage() |
38 | #define perror(msg) bb_perror_msg(msg) | 37 | #define perror(msg) bb_perror_msg(msg) |
39 | 38 | ||
39 | /* header defines */ | ||
40 | #define HAVE_ERRNO_H 1 | ||
41 | #define HAVE_UNISTD_H 1 | ||
42 | #define HAVE_EXT2_IOCTLS 1 | ||
43 | #define HAVE_STDLIB_H 1 | ||
44 | #define HAVE_SYS_STAT_H 1 | ||
45 | #define HAVE_SYS_TYPES_H 1 | ||
46 | #define HAVE_UNISTD_H 1 | ||
47 | #define HAVE_SYS_IOCTL_H 1 | ||
48 | #define HAVE_SYS_QUEUE_H 1 | ||
49 | #define HAVE_SYS_SOCKET_H 1 | ||
50 | #define HAVE_NETINET_IN_H 1 | ||
51 | #define HAVE_INTTYPES_H 1 | ||
52 | #define HAVE_NET_IF_H 1 | ||
53 | #define HAVE_GETOPT_H 1 | ||
54 | #define HAVE_SYS_RESOURCE_H 1 | ||
55 | #define HAVE_SYS_MOUNT_H 1 | ||
56 | #define HAVE_SYS_TIME_H 1 | ||
57 | #define HAVE_LINUX_FD_H 1 | ||
58 | #define HAVE_MNTENT_H 1 | ||
59 | |||
40 | #endif /* __E2FSBB_H__ */ | 60 | #endif /* __E2FSBB_H__ */ |