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 "/usr/ucb/finger"
-
- /* A mail program that takes addresses as separate arguments on the command line and full message on stdin */
- #define mailpath "/usr/lib/sendmail"
-
- #define mymach "sidney.netmass.com" /* only in transfer IDs */
- #define mysellid "vector-Sell4Perkins" /* the seller account to credit */
- #define desc "Donation for PPP-2.3 for NeXTSTEP" /* The desc for transfer-req */
- #define amount "" /* Amount to charge with quotes */
- #define currency "USD" /* currency to use */
- #define handleraddr "perkins@netmass.com" /* address to send info to */
- #define xferaddr "transfer@card.com" /* Address for transfer-reqests */
- #define fingeraddr "@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 FIELD EITHER!!! */
- "FVPIN",
- #include "fields.h"
- NULL
- };
-