home *** CD-ROM | disk | FTP | other *** search
-
- /* How choosy */
-
- #define GIRLNAME 0x0001
- #define BOYNAME 0x0002
-
- /* How much */
-
- #define FIRSTNAME 0x0001
- #define LASTNAME 0x0002
- #define FULLNAME FIRSTNAME | LASTNAME
-
- /* Particulars */
-
- #define MARRIEDNAME 0x0010
- #define DOUBLEFIRST 0x0020
- #define DOUBLELAST 0x0040
- #define TITLENAME 0x0080
-
-