summaryrefslogtreecommitdiff
path: root/source4/include/pstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/pstring.h')
-rw-r--r--source4/include/pstring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/pstring.h b/source4/include/pstring.h
index 5bd03ec0d8..3683849686 100644
--- a/source4/include/pstring.h
+++ b/source4/include/pstring.h
@@ -25,6 +25,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _PSTRING
+
#define PSTRING_LEN 1024
#define FSTRING_LEN 256
@@ -32,3 +34,4 @@ typedef char pstring[PSTRING_LEN];
typedef char fstring[FSTRING_LEN];
#define _PSTRING
+#endif