home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Connectivity / PPP / Docs / NeXTPPP_HTML / websale / config.x < prev    next >
Encoding:
Text File  |  1997-09-18  |  1.4 KB  |  36 lines

  1. /* 
  2.    WARNING:  This is not intended for editing by hand. Instead, use "make" which will run the "configure" program and answer its questions.
  3.  
  4. The only thing that should be editted by hand is the list below
  5.  
  6. */
  7.  
  8. /* Full path to finger program */
  9. #define fingerpath "FINGPROG" 
  10.  
  11. /* A mail program that takes addresses as separate arguments on the command line and full message on stdin */
  12. #define mailpath "SENDMAILPROG" 
  13.  
  14. #define mymach "IDHOST"    /* only in transfer IDs */
  15. #define mysellid "SELLERID"  /* the seller account to credit */
  16. #define desc "DESC" /* The desc for transfer-req */
  17. #define amount "PRICE"    /* Amount to charge with quotes */
  18. #define currency "USD"    /* currency to use */
  19. #define handleraddr "HANDLERADDR"    /* address to send info to */
  20. #define xferaddr "transfer@card.com"    /* Address for transfer-reqests */
  21. #define fingeraddr "@inquiry.card.com"        /* Address for fingers (should match xferaddr) */
  22.  
  23. /* For testing, you can change xferaddr to transfer@test.card.com and 
  24.     change fingeraddr to @test.card.com. Then send mail to 
  25.     apply@test.card.com for a test account. */
  26.  
  27. char * fields[] = {
  28.     /* This should list all the names of the fields in the form */
  29.     /* Note the user's account has to go into "FVPIN" for this code */
  30.     /* DON'T CHANGE THE NAME OF THE FVID FIELD!!! */
  31.     /* DON'T CHANGE THE NAME OF THE PRICE FIELD EITHER!!! */
  32.     "FVPIN",
  33. #include "fields.h"
  34.     NULL
  35. };
  36.