Added a comment /* GNUs smell */ to an #ifdef linux makes us put in

(what sort of craqsmoker puts posix standard functions that belong in unistd.h into getopt.h but only on linux? muppets).
#ifdef _GNU_SOURCE
#include <getopt.h>
#endif .....


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6094 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-12-24 11:18:02 +00:00
parent dcad7974ce
commit dfcfcb6f0e

View File

@ -30,6 +30,7 @@
#include <dlfcn.h>
#ifdef _GNU_SOURCE
/* GNUs smell. */
#include <getopt.h>
#endif