1 /* getopt.h
2  * For compatibility with rnp/src/common/getoptwin.h which imports
3  * getopt.h unconditionally.
4  * Thunderbird does not make use of any of the getopt functions so this is an
5  * empty file.
6  * Any copyright is dedicated to the Public Domain.
7  * http://creativecommons.org/publicdomain/zero/1.0/
8  */
9 
10 #ifndef __GETOPT_H_
11 #define __GETOPT_H_
12 #endif
13