home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume3 / dnamail / dnamail.h < prev    next >
C/C++ Source or Header  |  1989-02-03  |  460b  |  19 lines

  1.   /* these lines get compiled into every object file */
  2. static char *version = "DnaMail (v1.1)";
  3. static char *CopyRight 
  4.     = "Copyright (C) D. B. Johnson, Feb., 1988; Lockheed Missiles & Space";
  5.  
  6. /* uncomment this if you want to run standalone */
  7. /* #define STANDALONE */
  8.  
  9. /* local defines */
  10. #define MAXLINE 256
  11. #define MAIL_OBJECT 27
  12. #define TMPFILE "/tmp/dnamail.XXXXXX"
  13.  
  14. #define TRUE 1
  15. #define FALSE 0
  16.  
  17. /* external routines */
  18. char *copystr(), *mailtime();
  19.