[ROSAPPS:SYSUTILS] Remove remnant config.h (#8075)

- `REACTOS_NO_SECURITY_SS`
Added on 9ef17ea (r475), without being used.
Not currently used either.

- `FMIFS_IMPORT_DLL`
Now lives in the 2 /base programs which use it.
Addendum to (probably earlier than) 9723b5e (r70868) and dc17af9 (r70916).
This commit is contained in:
Serge Gautherie 2025-06-04 16:25:35 +02:00 committed by GitHub
parent 273b4c8702
commit dfe30e58c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +0,0 @@
#ifndef _INC_CONFIG_H
#define _INC_CONFIG_H
#define FMIFS_IMPORT_DLL
#define REACTOS_NO_SECURITY_SS
#endif /* ndef _INC_CONFIG_H */