1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

Remove obsolete config*.h files

These are ancient and "configunix.h" was being pulled in
via Types.h.  Nothing major, but they were generated for
a 32-bit system and "may" cause problems when used on
64-bit systems.

(That's unlikely though since they haven't all this time.)
This commit is contained in:
Leland Lucius
2020-01-31 09:29:15 -06:00
parent 46a6d21585
commit 6da68f2035
4 changed files with 2 additions and 267 deletions

View File

@@ -823,13 +823,6 @@ using EffectFamilySymbol = ComponentInterfaceSymbol;
#endif
#endif //_MSC_VER
#ifdef __GNUC__
#ifndef __CONFIG_UNIX_INCLUDED
#define __CONFIG_UNIX_INCLUDED
#include "configunix.h"
#endif
#endif
/* The GCC-elf implementation */
#ifdef HAVE_VISIBILITY // this is provided by the configure script, is only
// enabled for suitable GCC versions