Re: config.h

2022-12-19 Thread Bill Cunningham
Is all that is in the src directory only the source of dvdbackup? I see it wants headers in /dvdread. Am I assuming correctly that that is the /usr/include/dvdread headers? I would like to for my purpose eliminate all these build time tools. This code isn't really super big from what I am seein

Re: config.h

2022-12-19 Thread Jonathan Billings
On Dec 19, 2022, at 16:52, Bill Cunningham wrote: > > I am trying to find this config.h header in the dvdbackup source code. It's > my guess it's auto generated by the configure script or a Makefile. I am > wanting to gut as much of this as possible to work just for my

config.h

2022-12-19 Thread Bill Cunningham
I am trying to find this config.h header in the dvdbackup source code. It's my guess it's auto generated by the configure script or a Makefile. I am wanting to gut as much of this as possible to work just for my system. I am not a developer and I am not bothering them. I don't ne