File: acconfig.h

package info (click to toggle)
ext2resize 1.1.17-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 772 kB
  • ctags: 678
  • sloc: ansic: 4,595; sh: 389; makefile: 56
file content (29 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* Define this to be the name of the package */
#undef PACKAGE

/* Define to the version of the package */
#undef VERSION

/* Define to 'int8_t' if not defined anywhere. */
#undef __s8

/* Define to 'u_int8_t' if not defined anywhere. */
#undef __u8

/* Define to 'int16_t' if not defined anywhere. */
#undef __s16

/* Define to 'u_int16_t' if not defined anywhere. */
#undef __u16

/* Define to 'int32_t' if not defined anywhere. */
#undef __s32

/* Define to 'u_int32_t' if not defined anywhere. */
#undef __u32

/* Define to 'unsigned' if <sys/types.h> doesn't define. */
#undef loff_t

/* Define iff <linux/ext2_fs.h> has a struct ext2_dir_entry_2. */
#undef HAVE_EXT2_DIR_ENTRY_2