Skip to content

Commit

Permalink
* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
Browse files Browse the repository at this point in the history
	and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
  • Loading branch information
jlarmour committed Apr 15, 2004
1 parent 48b49e2 commit 470b734
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/templates/all/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-04-15 Jonathan Larmour <[email protected]>

* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.

2003-04-29 Andrew Lunn <[email protected]>

* current.ect: Use the new FreeBSD stack instead of the older
Expand Down
8 changes: 8 additions & 0 deletions packages/templates/all/current.ect
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,11 @@ cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
inferred_value 1 <cyg/fileio/limits.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};
5 changes: 5 additions & 0 deletions packages/templates/default/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-04-15 Jonathan Larmour <[email protected]>

* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.

2001-11-27 Jonathan Larmour <[email protected]>

current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
Expand Down
8 changes: 8 additions & 0 deletions packages/templates/default/current.ect
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,11 @@ cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
inferred_value 1 <cyg/libc/string/bsdstring.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};
5 changes: 5 additions & 0 deletions packages/templates/net/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-04-15 Jonathan Larmour <[email protected]>

* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.

2003-02-25 Andrew Lunn <[email protected]>

* Added the Simple Network Time Protocol (SNTP) Client
Expand Down
8 changes: 8 additions & 0 deletions packages/templates/net/current.ect
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,11 @@ cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
cdl_component CYGPKG_KERNEL_THREADS_DESTRUCTORS {
inferred_value 1
};

cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};
5 changes: 5 additions & 0 deletions packages/templates/old_net/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-04-15 Jonathan Larmour <[email protected]>

* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.

2003-02-25 Andrew Lunn <[email protected]>

* Added the Simple Network Time Protocol (SNTP) Client
Expand Down
7 changes: 7 additions & 0 deletions packages/templates/old_net/current.ect
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,10 @@ cdl_component CYGPKG_KERNEL_THREADS_DESTRUCTORS {
inferred_value 1
};

cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};
5 changes: 5 additions & 0 deletions packages/templates/uitron/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-04-15 Jonathan Larmour <[email protected]>

* current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
and CYGBLD_ISO_STDIO_FILEPOS_HEADER.

2001-11-27 Jonathan Larmour <[email protected]>

current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
Expand Down
10 changes: 8 additions & 2 deletions packages/templates/uitron/current.ect
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,14 @@ cdl_option CYGBLD_ISO_SETJMP_HEADER {
inferred_value 1 <cyg/libc/setjmp/setjmp.h>
};



cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
inferred_value 1 <cyg/libc/string/bsdstring.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
inferred_value 1 <cyg/libc/stdio/stdio.h>
};

0 comments on commit 470b734

Please sign in to comment.