1
0
Fork 0
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:
David Shaw 2005-12-06 20:54:05 +00:00
parent 8a0cf1d2a3
commit bc1c4af8c3
4 changed files with 37 additions and 22 deletions

View file

@ -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>