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:
parent
e934896789
commit
952cd8769e
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue