Changeset 5839:bb64c0dfed90 in roaraudio


Ignore:
Timestamp:
01/07/13 02:55:19 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make use of #ifdef so we do not end up on usage of undefined macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r5838 r5839  
    492492 
    493493 // bins: 
     494#ifdef ROAR_HAVE_BIN_SH 
    494495 {"bin-sh",             ROAR_HAVE_BIN_SH, 0, 0}, 
     496#endif 
     497#ifdef ROAR_HAVE_BIN_OGG123 
    495498 {"bin-ogg123",         ROAR_HAVE_BIN_OGG123, 0, 0}, 
     499#endif 
     500#ifdef ROAR_HAVE_BIN_FLAC 
    496501 {"bin-flac",           ROAR_HAVE_BIN_FLAC, 0, 0}, 
     502#endif 
     503#ifdef ROAR_HAVE_BIN_TIMIDITY 
    497504 {"bin-timidity",       ROAR_HAVE_BIN_TIMIDITY, 0, 0}, 
     505#endif 
     506#ifdef ROAR_HAVE_BIN_CDPARANOIA 
    498507 {"bin-cdparanoia",     ROAR_HAVE_BIN_CDPARANOIA, 0, 0}, 
     508#endif 
     509#ifdef ROAR_HAVE_BIN_GNUPLOT 
    499510 {"bin-gnuplot",        ROAR_HAVE_BIN_GNUPLOT, 0, 0}, 
     511#endif 
     512#ifdef ROAR_HAVE_BIN_SSH 
    500513 {"bin-ssh",            ROAR_HAVE_BIN_SSH, 0, 0}, 
     514#endif 
     515#ifdef ROAR_HAVE_BIN_PINENTRY 
    501516 {"bin-pinentry",       ROAR_HAVE_BIN_PINENTRY, 0, 0}, 
    502  {"bin-ssh_askpass",    ROAR_HAVE_BIN_SSH_ASKPASS, 0, 0}, 
     517#endif 
     518#ifdef ROAR_HAVE_BIN_SSH_ASKPASS 
     519 {"bin-ssh-askpass",    ROAR_HAVE_BIN_SSH_ASKPASS, 0, 0}, 
     520#endif 
     521#ifdef ROAR_HAVE_BIN_GTK_LED_ASKPASS 
    503522 {"bin-gtk-led-askpass", ROAR_HAVE_BIN_GTK_LED_ASKPASS, 0, 0}, 
     523#endif 
     524#ifdef ROAR_HAVE_BIN_X11_SSH_ASKPASS 
    504525 {"bin-x11-ssh-askpass", ROAR_HAVE_BIN_X11_SSH_ASKPASS, 0, 0}, 
     526#endif 
     527#ifdef ROAR_HAVE_BIN_GNOME_SSH_ASKPASS 
    505528 {"bin-gnome-ssh-askpass", ROAR_HAVE_BIN_GNOME_SSH_ASKPASS, 0, 0}, 
     529#endif 
     530#ifdef ROAR_HAVE_BIN_GPG 
    506531 {"bin-gpg",            ROAR_HAVE_BIN_GPG, 0, 0}, 
     532#endif 
     533#ifdef ROAR_HAVE_BIN_EJECT 
    507534 {"bin-eject",          ROAR_HAVE_BIN_EJECT, 0, 0}, 
     535#endif 
    508536 
    509537 // devices: 
Note: See TracChangeset for help on using the changeset viewer.