]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
One file at a time, one directory after the other...this is going
authorMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 07:30:55 +0000 (07:30 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 27 Aug 1996 07:30:55 +0000 (07:30 +0000)
to be one helluva chore to clean up...

src/include/config.h

index 0bf483d4ca3ee37f2e418b92a73fa154f327e148..2f1cd1b72e310b3136eb1f3d5324a24e95b0ed9e 100644 (file)
@@ -4,7 +4,8 @@
    eventual use of autoconf to build the server 
 */
 
-#if defined(WIN32)
+#if defined(win32)
+#  define WIN32
 #  define NO_UNISTD_H
 #  define USES_WINSOCK 
 #endif /* WIN32 */
 #  define NO_VFORK
 #endif
 
+
+/*  Debug and various "defines" that should be documented */
+
+/* found in function aclparse() in src/backend/utils/adt/acl.c */
+/* #define ACLDEBUG */
+
+/* found in src/backend/utils/adt/arrayfuncs.c */
+/* #define LOARRAY */
+#define ESCAPE_PATCH
+#define ARRAY_PATCH
+
+
+/* found in src/backend/utils/adt/date.c */
+/* #define DATEDEBUG */
+
+/* found in src/backend/utils/adt/datetimes.c */
+/* #define USE_SHORT_YEAR */
+/* #define AMERICAN_STYLE */
+
+/*----------------------------------------*/
+/* found in src/backend/utils/adt/float.c */
+/*------------------------------------------------------*/
+/* defining unsafe floats's will make float4 and float8 */
+/* ops faster at the cost of safety, of course!         */
+/*------------------------------------------------------*/
+/* #define UNSAFE_FLOATS */
+
+