Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6abce91

Browse files
committed
Get rid of --with-check-import-case. (Jason Tishler, SF #409924)
1 parent a1351fb commit 6abce91

4 files changed

Lines changed: 343 additions & 383 deletions

File tree

acconfig.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
/* Define if you have the Mach cthreads package */
2020
#undef C_THREADS
2121

22-
/* Defined when case of imported modules are checked against case of file. */
23-
#undef CHECK_IMPORT_CASE
24-
2522
/* Define to `long' if <time.h> doesn't define. */
2623
#undef clock_t
2724

config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
/* Define if you have the Mach cthreads package */
8585
#undef C_THREADS
8686

87-
/* Defined when case of imported modules are checked against case of file. */
88-
#undef CHECK_IMPORT_CASE
89-
9087
/* Define to `long' if <time.h> doesn't define. */
9188
#undef clock_t
9289

0 commit comments

Comments
 (0)