]> 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 7ddb9e4c0d81706aa48aca267bca9701f486f91b..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
  *
- * $Id: postgres_fe.h,v 1.7 2003/08/04 02:40:10 momjian 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 */