Diff for /embedaddon/istgt/src/config.h.in between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:42:02 version 1.1.1.2, 2012/10/09 09:13:23
Line 1 Line 1
 /* src/config.h.in.  Generated from configure.in by autoheader.  */  /* src/config.h.in.  Generated from configure.in by autoheader.  */
   
   /* Define if enable symlink-device */
   #undef ALLOW_SYMLINK_DEVICE
   
 /* Define if enable debug */  /* Define if enable debug */
 #undef DEBUG  #undef DEBUG
   
Line 36 Line 39
 /* Define to 1 if you have the `ftruncate' function. */  /* Define to 1 if you have the `ftruncate' function. */
 #undef HAVE_FTRUNCATE  #undef HAVE_FTRUNCATE
   
   /* Define 1 if you have the function. */
   #undef HAVE_GCC_ATOMIC_FETCH_AND_ADD_UINT
   
   /* Define 1 if you have the function. */
   #undef HAVE_GCC_ATOMIC_SYNCHRONIZE
   
   /* Define 1 if you have the function. */
   #undef HAVE_GCC_ATOMIC_VAL_COMPARE_AND_SWAP_UINT
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
Line 76 Line 88
 /* Define to 1 if you have the <pthread.h> header file. */  /* Define to 1 if you have the <pthread.h> header file. */
 #undef HAVE_PTHREAD_H  #undef HAVE_PTHREAD_H
   
   /* Define 1 if you have the value. */
   #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
   
 /* Define to 1 if you have the <pthread_np.h> header file. */  /* Define to 1 if you have the <pthread_np.h> header file. */
 #undef HAVE_PTHREAD_NP_H  #undef HAVE_PTHREAD_NP_H
   
Line 186 Line 201
 /* Define to 1 if you have the <uuid.h> header file. */  /* Define to 1 if you have the <uuid.h> header file. */
 #undef HAVE_UUID_H  #undef HAVE_UUID_H
   
   /* VBox include build */
   #undef ISTGT_VBOXINC_VERSION_BUILD
   
   /* VBox include major */
   #undef ISTGT_VBOXINC_VERSION_MAJOR
   
   /* VBox include minor */
   #undef ISTGT_VBOXINC_VERSION_MINOR
   
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing  /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */     slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK  #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
Line 214 Line 238
 /* Use atomic */  /* Use atomic */
 #undef USE_ATOMIC  #undef USE_ATOMIC
   
   /* Use gcc builtin atomic */
   #undef USE_GCC_ATOMIC
   
   /* Use vbox virtual disk support */
   #undef USE_VBOXVD
   
   /* Enable large inode numbers on Mac OS X 10.5.  */
   #ifndef _DARWIN_USE_64_BIT_INODE
   # define _DARWIN_USE_64_BIT_INODE 1
   #endif
   
 /* Number of bits in a file offset, on hosts where this is settable. */  /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS  #undef _FILE_OFFSET_BITS
   
   /* Define if linux host */
   #undef _GNU_SOURCE
   
 /* Define for large files, on AIX-style hosts. */  /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES  #undef _LARGE_FILES

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>