File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 24
24
#endif
25
25
26
26
/* {{{ Roll a dice, pick a header at random... */
27
- #if HAVE_SQLCLI1_H
27
+ #ifdef HAVE_SQLCLI1_H
28
28
# include <sqlcli1.h>
29
29
# if defined(DB268K ) && HAVE_LIBRARYMANAGER_H
30
30
# include <LibraryManager.h>
31
31
# endif
32
32
#endif
33
33
34
- #if HAVE_ODBC_H
34
+ #ifdef HAVE_ODBC_H
35
35
# include <odbc.h>
36
36
#endif
37
37
38
- #if HAVE_IODBC_H
38
+ #ifdef HAVE_IODBC_H
39
39
# include <iodbc.h>
40
40
#endif
41
41
42
- #if HAVE_SQLUNIX_H && !defined(PHP_WIN32 )
42
+ #if defined( HAVE_SQLUNIX_H ) && !defined(PHP_WIN32 )
43
43
# include <sqlunix.h>
44
44
#endif
45
45
46
- #if HAVE_SQLTYPES_H
46
+ #ifdef HAVE_SQLTYPES_H
47
47
# include <sqltypes.h>
48
48
#endif
49
49
50
- #if HAVE_SQLUCODE_H
50
+ #ifdef HAVE_SQLUCODE_H
51
51
# include <sqlucode.h>
52
52
#endif
53
53
54
- #if HAVE_SQL_H
54
+ #ifdef HAVE_SQL_H
55
55
# include <sql.h>
56
56
#endif
57
57
58
- #if HAVE_ISQL_H
58
+ #ifdef HAVE_ISQL_H
59
59
# include <isql.h>
60
60
#endif
61
61
62
- #if HAVE_SQLEXT_H
62
+ #ifdef HAVE_SQLEXT_H
63
63
# include <sqlext.h>
64
64
#endif
65
65
66
- #if HAVE_ISQLEXT_H
66
+ #ifdef HAVE_ISQLEXT_H
67
67
# include <isqlext.h>
68
68
#endif
69
69
70
- #if HAVE_UDBCEXT_H
70
+ #ifdef HAVE_UDBCEXT_H
71
71
# include <udbcext.h>
72
72
#endif
73
73
74
- #if HAVE_CLI0CORE_H
74
+ #ifdef HAVE_CLI0CORE_H
75
75
# include <cli0core.h>
76
76
#endif
77
77
78
- #if HAVE_CLI0EXT1_H
78
+ #ifdef HAVE_CLI0EXT1_H
79
79
# include <cli0ext.h>
80
80
#endif
81
81
82
- #if HAVE_CLI0CLI_H
82
+ #ifdef HAVE_CLI0CLI_H
83
83
# include <cli0cli.h>
84
84
#endif
85
85
86
- #if HAVE_CLI0DEFS_H
86
+ #ifdef HAVE_CLI0DEFS_H
87
87
# include <cli0defs.h>
88
88
#endif
89
89
90
- #if HAVE_CLI0ENV_H
90
+ #ifdef HAVE_CLI0ENV_H
91
91
# include <cli0env.h>
92
92
#endif
93
93
94
- #if HAVE_ODBCSDK_H
94
+ #ifdef HAVE_ODBCSDK_H
95
95
# include <odbcsdk.h>
96
96
#endif
97
97
You can’t perform that action at this time.
0 commit comments