File: config.h.in

package info (click to toggle)
libwibble 1.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,040 kB
  • ctags: 2,721
  • sloc: cpp: 14,542; makefile: 196; perl: 87; sh: 26
file content (19 lines) | stat: -rw-r--r-- 636 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
/* Define if there is a member named d_type in the struct describing directory
   headers. */
#undef HAVE_STRUCT_DIRENT_D_TYPE

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* autoconf macros that you can use with this config.h.in:
 *
 *  - HAVE_STRUCT_DIRENT_D_TYPE: gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE from gnulib
 *  - _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES: AC_SYS_LARGEFILE, AC_FUNC_FSEEKO
 *
 */