1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.

This commit is contained in:
David Shaw 2003-04-29 13:18:12 +00:00
parent e934896789
commit 952cd8769e
2 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,12 @@
#ifndef _GETTEXTP_H
#define _GETTEXTP_H
/* HP/UX users - if you get errors line "Unexpected symbol: SWAP" when
building with HP's C compiler, you will need to uncomment the
following line. This is a GnuPG-specific change. */
/* #define inline */
#include <stddef.h> /* Get size_t. */
#ifdef _LIBC