~ubuntu-branches/ubuntu/trusty/ifmail/trusty

1
2
3
4
5
6
7
#ifdef DONT_HAVE_GETOPT

extern int getopt();
extern char *optarg;
extern int optind;

#endif