[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/config.h between version 1.1 and 1.2

version 1.1, 2003/03/03 23:06:46 version 1.2, 2004/05/19 02:32:35
Line 14 
Line 14 
 #define HAVE_LOCALE_H 1  #define HAVE_LOCALE_H 1
 #define HAVE_SYS_STAT_H 1  #define HAVE_SYS_STAT_H 1
 #define HAVE_INTTYPES_H 1  #define HAVE_INTTYPES_H 1
   #define HAVE_GETOPT_H 1
 /* #define      HAVE_LIBZ 1  DO NOT ENABLE YET -- ian */  /* #define      HAVE_LIBZ 1  DO NOT ENABLE YET -- ian */
   
 /* Compiler issues */  /* Compiler issues */
Line 26 
Line 27 
 /* Library issues */  /* Library issues */
 #define HAVE_GETOPT_LONG 1      /* in-tree as of 3.2 */  #define HAVE_GETOPT_LONG 1      /* in-tree as of 3.2 */
 #define HAVE_MKSTEMP 1  #define HAVE_MKSTEMP 1
   #define HAVE_ST_RDEV 1
   
 /* ELF support */  /* ELF support */
 #define BUILTIN_ELF 1  #define BUILTIN_ELF 1
 #define ELF_CORE 1  #define ELFCORE 1

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2