-#if defined(HAVE_GRANTPT) && defined(HAVE_PTSNAME) && defined(HAVE_UNLOCKPT) && !defined(_GNU_SOURCE) -#define _GNU_SOURCE // make stdlib.h offer the above fcts +#if defined(HAVE_GRANTPT) && defined(HAVE_PTSNAME) && defined(HAVE_UNLOCKPT) && !defined(_XOPEN_SOURCE) +#define _XOPEN_SOURCE // make stdlib.h offer the above fcts This prevents the random() clash from config.h (which I'm going to remove anyway) svn path=/trunk/kdebase/konsole/; revision=65092wilder-portage
parent
7553c7e626
commit
d940c07848
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue