home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / gnu / fileutils / fileutils-3.9-amiga / src / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-19  |  385 b   |  14 lines

  1. #ifdef HAVE_CONFIG_H
  2. #if defined (CONFIG_BROKETS)
  3. /* We use <config.h> instead of "config.h" so that a compilation
  4.    using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
  5.    (which it would do because it found this file in $srcdir).  */
  6. #include <config.h>
  7. #else
  8. #include "config.h"
  9. #endif
  10. #endif
  11.  
  12. #include "version.h"
  13. const char *version_string = "GNU fileutils 3.9";
  14.