home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / txtutils / textutil.9 / textutil / textutils-1.9 / src / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-06  |  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 textutils 1.9";
  14.