mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some cleanup so we don't build files that are completely ifdeffed out.
This causes a warning on Sun's cc. Do the internal regex code as well for consistency.
This commit is contained in:
parent
8a0cf1d2a3
commit
bc1c4af8c3
4 changed files with 37 additions and 22 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifndef DISABLE_REGEX
|
||||
#include <sys/types.h>
|
||||
#ifdef USE_GNU_REGEX
|
||||
#ifdef USE_INTERNAL_REGEX
|
||||
#include "_regex.h"
|
||||
#else
|
||||
#include <regex.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue