From 856a1afb3035c6cc114e74f63d8ecfbf54d9dd78 Mon Sep 17 00:00:00 2001 From: !antona Date: Thu, 22 Aug 2002 18:09:47 +0000 Subject: [PATCH] Cleanup the build process a bit. 2002/07/02 23:47:10-00:00 !antona Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it. 2002/06/05 20:38:11-00:00 !antona update 2002/06/02 14:11:08-00:00 !antona . 2002/06/02 13:57:59-00:00 !antona Fix detection of read-only mounts in volume.c::ntfs_check_mnteent(). 2002/04/29 13:00:31-00:00 !antona Add check for mbsrtowcs 2002/04/24 23:47:40-00:00 !antona Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion. 2002/04/18 18:15:45-00:00 !antona Define API for bootsect.[ch]: is_boot_sector_ntfs(). 2002/04/14 14:15:47-00:00 !antona Cleanups and updates. 2002/01/26 04:32:35-00:00 !antona RedHat 7.2 - updates 2002/01/10 10:54:27-00:00 !antona Updates 2001/12/15 05:13:08-00:00 !antona Remove atomic ops and add compiler version check. 2001/12/06 01:14:52-00:00 !antona Added mount flags to ntfs_mount and adapted utilities to new mount syntax. 2001/11/17 01:57:53-00:00 !antona Update build system with new document. 2001/11/10 14:22:15-00:00 !antona Remove obsoleted disklabel.h stuff. 2001/11/10 14:17:39-00:00 !antona Enhance mkntfs' device size determination. 2001/11/09 23:36:16-00:00 !antona Bug fixes 2001/11/09 19:24:23-00:00 !antona With lots of luck this is going to be 1.2.3. 2001/08/27 16:58:07-00:00 !antona Updates. 2001/06/11 04:02:08-00:00 !antona Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE ======================================= mkntfs complete with option parsing and more cool things. mkntfs man page complete. info files updated. TODO Before 1.0.0 final: - Test mkntfs options & mkntfs itself. - Test tar ball generation. - Test rpm generation. 2001/06/05 10:33:02-00:00 !antona Update automatic config/make process and mkntfs to use the cvs release tag for version reporting. 2001/06/01 02:07:23-00:00 !antona It has been a long time since last commit. At moment have done a lot of work on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are broken. Basically only mkntfs works and that is not complete either. 2001/02/03 02:03:35-00:00 !antona More files. 2001/02/02 00:16:18-00:00 !antona Changed make process to using autoconf/automake/libtool. Added necessary files for this and for the gnu standard. Inititial checkin. Probably still stuff missing. Will know soon... (Logical change 1.5) --- config.h.in | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) diff --git a/config.h.in b/config.h.in index e69de29b..f9e8946e 100644 --- a/config.h.in +++ b/config.h.in @@ -0,0 +1,191 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define to empty if the keyword does not work. */ +#undef const + +/* Define if the `long double' type works. */ +#undef HAVE_LONG_DOUBLE + +/* Define as __inline if that's what the C compiler calls it. */ +#undef inline + +/* Define to `long' if doesn't define. */ +#undef off_t + +/* Define to `unsigned' if doesn't define. */ +#undef size_t + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if you have the atexit function. */ +#undef HAVE_ATEXIT + +/* Define if you have the calloc function. */ +#undef HAVE_CALLOC + +/* Define if you have the close function. */ +#undef HAVE_CLOSE + +/* Define if you have the endmntent function. */ +#undef HAVE_ENDMNTENT + +/* Define if you have the exit function. */ +#undef HAVE_EXIT + +/* Define if you have the fdatasync function. */ +#undef HAVE_FDATASYNC + +/* Define if you have the fflush function. */ +#undef HAVE_FFLUSH + +/* Define if you have the fprintf function. */ +#undef HAVE_FPRINTF + +/* Define if you have the free function. */ +#undef HAVE_FREE + +/* Define if you have the getmntent function. */ +#undef HAVE_GETMNTENT + +/* Define if you have the hasmntopt function. */ +#undef HAVE_HASMNTOPT + +/* Define if you have the ioctl function. */ +#undef HAVE_IOCTL + +/* Define if you have the lseek function. */ +#undef HAVE_LSEEK + +/* Define if you have the malloc function. */ +#undef HAVE_MALLOC + +/* Define if you have the mbrtowc function. */ +#undef HAVE_MBRTOWC + +/* Define if you have the mbsrtowcs function. */ +#undef HAVE_MBSRTOWCS + +/* Define if you have the memset function. */ +#undef HAVE_MEMSET + +/* Define if you have the open function. */ +#undef HAVE_OPEN + +/* Define if you have the perror function. */ +#undef HAVE_PERROR + +/* Define if you have the printf function. */ +#undef HAVE_PRINTF + +/* Define if you have the puts function. */ +#undef HAVE_PUTS + +/* Define if you have the random function. */ +#undef HAVE_RANDOM + +/* Define if you have the read function. */ +#undef HAVE_READ + +/* Define if you have the realloc function. */ +#undef HAVE_REALLOC + +/* Define if you have the setmntent function. */ +#undef HAVE_SETMNTENT + +/* Define if you have the srandom function. */ +#undef HAVE_SRANDOM + +/* Define if you have the strdup function. */ +#undef HAVE_STRDUP + +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + +/* Define if you have the time function. */ +#undef HAVE_TIME + +/* Define if you have the vfprintf function. */ +#undef HAVE_VFPRINTF + +/* Define if you have the vprintf function. */ +#undef HAVE_VPRINTF + +/* Define if you have the wcrtomb function. */ +#undef HAVE_WCRTOMB + +/* Define if you have the write function. */ +#undef HAVE_WRITE + +/* Define if you have the header file. */ +#undef HAVE_ASM_BYTEORDER_H + +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define if you have the header file. */ +#undef HAVE_ERRNO_H + +/* Define if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define if you have the header file. */ +#undef HAVE_GETOPT_H + +/* Define if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define if you have the header file. */ +#undef HAVE_LINUX_FD_H + +/* Define if you have the header file. */ +#undef HAVE_LINUX_MAJOR_H + +/* Define if you have the header file. */ +#undef HAVE_LINUX_TYPES_H + +/* Define if you have the header file. */ +#undef HAVE_MNTENT_H + +/* Define if you have the header file. */ +#undef HAVE_STDARG_H + +/* Define if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define if you have the header file. */ +#undef HAVE_STDIO_H + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_MOUNT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define if you have the header file. */ +#undef HAVE_TIME_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the header file. */ +#undef HAVE_WCHAR_H + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +