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

5.1.2 by Marco d'Itri
* Do not use perl4 modules. (Closes: #659423)
1
#ifdef DONT_HAVE_GETOPT
2
3
extern int getopt();
4
extern char *optarg;
5
extern int optind;
6
7
#endif