]> granicus.if.org Git - postgresql/blobdiff - src/include/postgres_fe.h
Change the declaration of struct varlena so that the length word is
[postgresql] / src / include / postgres_fe.h
index a6a564f5279c706613fb6a961da6cd93ce0316e5..d96e548223db9ea16a08a37028cacdcf6594247e 100644 (file)
@@ -8,16 +8,20 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.8 2003/11/29 22:40:53 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.14 2008/01/01 19:45:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef POSTGRES_FE_H
 #define POSTGRES_FE_H
 
+#ifndef FRONTEND
+#define FRONTEND 1
+#endif
+
 #include "c.h"
 
 #endif   /* POSTGRES_FE_H */