home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / utility-src / fileutils / lib / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-01  |  386 b   |  14 lines  |  [TEXT/EMAC]

  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.