On Dec 19, 2022, at 16:52, Bill Cunningham <bill.cu1...@gmail.com> 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 system. I am 
> not a developer and I am not bothering them. I don't need portability or 
> __cplusplus defines. Most of the C code makes sense if I can track it, but 
> the preprocessor functions, no. I don't do preprocessing, never looked into 
> it.
> 
>     This is some kind of universal standards someone has wisely put into this 
> code. But my idea is to gut as much as possible.

It’s generated through autoconf, which uses this file to create config.h:

https://bazaar.launchpad.net/~dvdbackup-dev/dvdbackup/trunk/view/head:/configure.ac

--
Jonathan Billings
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to