home *** CD-ROM | disk | FTP | other *** search
- /*
- WARNING: This is not intended for editing by hand. Instead, use "make" which will run the "configure" program and answer its questions.
-
- The only thing that should be editted by hand is the list below
-
- */
-
- /* Full path to finger program */
- #define fingerpath "FINGPROG"
-
- /* A mail program that takes addresses as separate arguments on the command line and full message on stdin */
- #define mailpath "SENDMAILPROG"
-
- #define mymach "IDHOST" /* only in transfer IDs */
- #define mysellid "SELLERID" /* the seller account to credit */
- #define desc "DESC" /* The desc for transfer-req */
- #define amount "PRICE" /* Amount to charge with quotes */
- #define currency "USD" /* currency to use */
- #define handleraddr "HANDLERADDR" /* address to send info to */
- #define xferaddr "transfer@card.com" /* Address for transfer-reqests */
- #define fingeraddr "@inquiry.card.com" /* Address for fingers (should match xferaddr) */
-
- /* For testing, you can change xferaddr to transfer@test.card.com and
- change fingeraddr to @test.card.com. Then send mail to
- apply@test.card.com for a test account. */
-
- char * fields[] = {
- /* This should list all the names of the fields in the form */
- /* Note the user's account has to go into "FVPIN" for this code */
- /* DON'T CHANGE THE NAME OF THE FVID FIELD!!! */
- /* DON'T CHANGE THE NAME OF THE PRICE FIELD EITHER!!! */
- "FVPIN",
- #include "fields.h"
- NULL
- };
-