We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3280cba commit0c0a176Copy full SHA for 0c0a176
src/include/libpq/libpq-fs.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: libpq-fs.h,v 1.9 2000/01/26 05:58:12 momjian Exp $
+ * $Id: libpq-fs.h,v 1.10 2000/10/28 22:53:15 petere Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -28,18 +28,6 @@ struct pgdirent
28
chard_name[MAXNAMLEN+1];
29
};
30
31
-/*
32
- * SysV struct dirent doesn't have d_namlen.
33
- * This counts on d_name being last, which is moderately safe (ha) since
34
- * it's the variable-length part of the structure.
35
- */
36
-#ifdefSYSV_DIRENT
37
-#defineD_NAMLEN(dp) \
38
-((dp)->d_reclen - offsetof(struct dirent, d_name[0]))
39
-#else/* SYSV_DIRENT */
40
41
-((dp)->d_namlen)
42
-#endif/* SYSV_DIRENT */
43
44
/* for stat(2) */
45
#ifndefS_IRUSR
src/include/port/irix5.h
@@ -1,5 +1,3 @@
1
#defineUSE_POSIX_TIME
2
-#defineNO_EMPTY_STMTS
3
-#defineSYSV_DIRENT
4
#defineHAS_TEST_AND_SET
5
typedefunsigned longslock_t;
src/include/port/sco.h
@@ -5,8 +5,6 @@
#defineDISABLE_COMPLEX_MACRO
6
#defineNEED_I386_TAS_ASM
@@ -15,8 +13,6 @@
15
16
14
typedefunsignedcharslock_t;
17
18
-#defineDISABLE_COMPLEX_MACRO
19
-
20
/***************************************************************
21
* The following include will get the needed prototype for the
22
* strcasecmp() function.
src/include/port/solaris.h
@@ -1,8 +1,6 @@
-/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.1 2000/10/10 21:22:26 petere Exp $ */
+/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.2 2000/10/2822:53:17 petere Exp $ */
src/include/port/svr4.h
@@ -1,6 +1,4 @@
#ifndefBYTE_ORDER
#ifdefMIPSEB
src/include/port/univel.h
src/include/port/unixware.h
@@ -1,5 +1,4 @@