version 1.103 | | version 1.104 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.103 2006/01/07 18:18:05 akirschbaum Exp $"; | | * "$Id: define.h,v 1.104 2006/01/08 22:40:34 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* Optional flags, for bitwise or with a basic flag */ | | /* Optional flags, for bitwise or with a basic flag */ |
AP_NO_MERGE = 16, | | AP_NO_MERGE = 16, |
AP_IGNORE_CURSE = 32, | | AP_IGNORE_CURSE = 32, |
AP_PRINT = 64, /* Print what to do, don't actually do it */ | | AP_PRINT = 64 /* Print what to do, don't actually do it */ |
/* Note this is supported in all the functions */ | | /* Note this is supported in all the functions */ |
| | |
}; | | }; |