1 /*
2  * Do we have getopt_long() ?
3  */
4 #undef HAVE_GETOPT_LONG
5 
6 /*
7  * How about issetugid() ?
8  */
9 #undef HAVE_ISSETUGID
10 
11 /*
12  * Do we want debugging?
13  */
14 #undef DEBUG
15 
16