Stop testing for gid_t and uid_t that we never use in CMake
Also remove the corresponding parts of setup.h.in.
This commit is contained in:
parent
244389699e
commit
e8975eec72
4 changed files with 0 additions and 19 deletions
|
|
@ -17,9 +17,6 @@
|
|||
/* the installation location prefix from configure */
|
||||
#undef wxINSTALL_PREFIX
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef gid_t
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef mode_t
|
||||
|
||||
|
|
@ -40,9 +37,6 @@
|
|||
#undef _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef uid_t
|
||||
|
||||
/* Define if your processor stores words with the most significant
|
||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue